#C0D244

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

Shades of Las Palmas #C0D244

Tints of Las Palmas #C0D244

Color information

#C0D244 (or 0xC0D244) is unknown color: approx Las Palmas. HEX triplet: C0, D2 and 44. RGB value is (192,210,68). Sum of RGB (Red+Green+Blue) = 192+210+68=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D244 is #3F2DBB. Grayscale: #BCBCBC. Windows color (decimal): -4140476 or 4510400. OLE color: 4510400.

HSL color Cylindrical-coordinate representation of color #C0D244: hue angle of 67.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0D244 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB19221068-
CMYK0.0900.680.18
HSL67.61º61.21%54.51%-
HSV(B)67.61º67.62%82.35%-
XYZ45.8357.7214.19-
YUV188.4360.04130.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 68 (26.95% from 255) = 14.47%
R=40.85%
G=44.68%
B=14.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192210680.0900.680.1867.6161.2154.51
HexC0D244904412443d37
Octal300322104110104221047567
Binary11000000110100101000100100101000100100101000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D244; }

 p { color: rgb(192,210,68); }

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

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

 a { background-color: rgb(192,210,68); }

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

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

 span { border-color: rgb(192,210,68); }

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