#CBDD4E

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

Shades of Las Palmas #CBDD4E

Tints of Las Palmas #CBDD4E

Color information

#CBDD4E (or 0xCBDD4E) is unknown color: approx Las Palmas. HEX triplet: CB, DD and 4E. RGB value is (203,221,78). Sum of RGB (Red+Green+Blue) = 203+221+78=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD4E is #3422B1. Grayscale: #C7C7C7. Windows color (decimal): -3416754 or 5168587. OLE color: 5168587.

HSL color Cylindrical-coordinate representation of color #CBDD4E: hue angle of 67.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBDD4E is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB20322178-
CMYK0.0800.650.13
HSL67.55º67.77%58.63%-
HSV(B)67.55º64.71%86.67%-
XYZ51.8664.9617.01-
YUV199.3259.54130.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 78 (30.86% from 255) = 15.54%
R=40.44%
G=44.02%
B=15.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221780.0800.650.1367.5567.7758.63
HexCBDD4E8041D44443b
Octal3133351161001011510410473
Binary11001011110111011001110100001000001110110001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD4E; }

 p { color: rgb(203,221,78); }

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

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

 a { background-color: rgb(203,221,78); }

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

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

 span { border-color: rgb(203,221,78); }

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