Html Css Color HEX #CBDD4E Las Palmas

📋 copy color: '#CBDD4E'

red 203 ◦ green 221 ◦ blue 78

#CBDD4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CBDD4E

Tints of Las Palmas #CBDD4E

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 value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#CBDD4E (or 0xCBDD4E) is known color: 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

RGB 203 221 78 -
CMYK 0.08 0 0.65 0.13
HSL 67.55º 0.68% 0.59% -
HSV(B) 67.55º 0.65% 0.87% -
XYZ 51.86 64.96 17.01 -
YUV 199.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 203 221 78 0.08 0 0.65 0.13 67.55 0.68 0.59
Hex CB DD 4E 8 0 41 D 44 44 3B
Octal 313 335 116 10 0 101 15 104 104 73
Binary 11001011 11011101 1001110 1000 0 1000001 1101 1000100 1000100 111011

Color Harmonies of #CBDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD4E

Black with #CBDD4E

Text Example


Text Example

White with #CBDD4E

Text Example


Text Example

HTML Codes & Css Web 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>