Html Css Color HEX #CCDE4E Las Palmas

📋 copy color: '#CCDE4E'

red 204 ◦ green 222 ◦ blue 78

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

Shades of Las Palmas #CCDE4E

Tints of Las Palmas #CCDE4E

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 40.48%
G = 44.05%
B = 15.48%

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

#CCDE4E (or 0xCCDE4E) is known color: Las Palmas. HEX triplet: CC, DE and 4E. RGB value is (204,222,78). Sum of RGB (Red+Green+Blue) = 204+222+78=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE4E is #3321B1. Grayscale: #C8C8C8. Windows color (decimal): -3350962 or 5168844. OLE color: 5168844.

HSL color Cylindrical-coordinate representation of color #CCDE4E: hue angle of 67.5º degrees, saturation: 0.69, 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 #CCDE4E is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 78 -
CMYK 0.08 0 0.65 0.13
HSL 67.5º 0.69% 0.59% -
HSV(B) 67.5º 0.65% 0.87% -
XYZ 52.4 65.63 17.11 -
YUV 200.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 204 222 78 0.08 0 0.65 0.13 67.5 0.69 0.59
Hex CC DE 4E 8 0 41 D 44 45 3B
Octal 314 336 116 10 0 101 15 104 105 73
Binary 11001100 11011110 1001110 1000 0 1000001 1101 1000100 1000101 111011

Color Harmonies of #CCDE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE4E

Black with #CCDE4E

Text Example


Text Example

White with #CCDE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE4E; }

 p { color: rgb(204,222,78); }

 H1.HeaderClassName
 {
   color: #CCDE4E;
 }
 .AnyTagClassName
 {
   color: #CCDE4E;
 }
</style>

background-color css

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

 a { background-color: rgb(204,222,78); }

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

border-color css

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

 span { border-color: rgb(204,222,78); }

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