#C5CE3C

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

Shades of Las Palmas #C5CE3C

Tints of Las Palmas #C5CE3C

Color information

#C5CE3C (or 0xC5CE3C) is unknown color: approx Las Palmas. HEX triplet: C5, CE and 3C. RGB value is (197,206,60). Sum of RGB (Red+Green+Blue) = 197+206+60=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE3C is #3A31C3. Grayscale: #BBBBBB. Windows color (decimal): -3813828 or 3985093. OLE color: 3985093.

HSL color Cylindrical-coordinate representation of color #C5CE3C: hue angle of 63.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5CE3C is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB19720660-
CMYK0.0400.710.19
HSL63.7º59.84%52.16%-
HSV(B)63.7º70.87%80.78%-
XYZ45.9156.3412.73-
YUV186.6656.52135.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 60 (23.83% from 255) = 12.96%
R=42.55%
G=44.49%
B=12.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197206600.0400.710.1963.759.8452.16
HexC5CE3C404713403c34
Octal3053167440107231007464
Binary110001011100111011110010001000111100111000000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CE3C; }

 p { color: rgb(197,206,60); }

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

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

 a { background-color: rgb(197,206,60); }

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

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

 span { border-color: rgb(197,206,60); }

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