#C5CF37

Color #C5CF37 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C5CF37

Tints of Las Palmas #C5CF37

Color information

#C5CF37 (or 0xC5CF37) is unknown color: approx Las Palmas. HEX triplet: C5, CF and 37. RGB value is (197,207,55). Sum of RGB (Red+Green+Blue) = 197+207+55=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF37 is #3A30C8. Grayscale: #BBBBBB. Windows color (decimal): -3813577 or 3657669. OLE color: 3657669.

HSL color Cylindrical-coordinate representation of color #C5CF37: hue angle of 63.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5CF37 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB19720755-
CMYK0.0500.730.19
HSL63.95º61.29%51.37%-
HSV(B)63.95º73.43%81.18%-
XYZ46.0356.7712.15-
YUV186.6853.69135.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 207 (81.25% from 255) = 45.10%
BLUE value IS 55 (21.88% from 255) = 11.98%
R=42.92%
G=45.10%
B=11.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197207550.0500.730.1963.9561.2951.37
HexC5CF37504913403d33
Octal3053176750111231007563
Binary110001011100111111011110101001001100111000000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF37; }

 p { color: rgb(197,207,55); }

 H1.HeaderClassName
 {
   color: #C5CF37;
 }
 .AnyTagClassName
 {
   color: #C5CF37;
 }
</style>
background-color css

<style>
 a { background-color: #C5CF37; }

 a { background-color: rgb(197,207,55); }

 div.DivClassName
 {
   background-color: #C5CF37;
 }
 .BgClassName
 {
   background-color: #C5CF37;
 }
</style>
border-color css

<style>
 span { border-color: #C5CF37; }

 span { border-color: rgb(197,207,55); }

 td.TdClassName
 {
   border-color: #C5CF37;
 }
 .TagClassName
 {
   border-color: #C5CF37;
 }
</style>