#C0D447

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

Shades of Las Palmas #C0D447

Tints of Las Palmas #C0D447

Color information

#C0D447 (or 0xC0D447) is unknown color: approx Las Palmas. HEX triplet: C0, D4 and 47. RGB value is (192,212,71). Sum of RGB (Red+Green+Blue) = 192+212+71=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D447 is #3F2BB8. Grayscale: #BEBEBE. Windows color (decimal): -4139961 or 4707520. OLE color: 4707520.

HSL color Cylindrical-coordinate representation of color #C0D447: hue angle of 68.51º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0D447 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB19221271-
CMYK0.0900.670.17
HSL68.51º62.11%55.49%-
HSV(B)68.51º66.51%83.14%-
XYZ46.4258.7514.85-
YUV189.9560.87129.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 71 (28.12% from 255) = 14.95%
R=40.42%
G=44.63%
B=14.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192212710.0900.670.1768.5162.1155.49
HexC0D447904311453e37
Octal300324107110103211057667
Binary11000000110101001000111100101000011100011000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D447; }

 p { color: rgb(192,212,71); }

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

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

 a { background-color: rgb(192,212,71); }

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

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

 span { border-color: rgb(192,212,71); }

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