Html Css Color HEX #CCDE4D Las Palmas

📋 copy color: '#CCDE4D'

red 204 ◦ green 222 ◦ blue 77

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

Shades of Las Palmas #CCDE4D

Tints of Las Palmas #CCDE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.31%

R = 40.56%
G = 44.14%
B = 15.31%

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

#CCDE4D (or 0xCCDE4D) is known color: Las Palmas. HEX triplet: CC, DE and 4D. RGB value is (204,222,77). Sum of RGB (Red+Green+Blue) = 204+222+77=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE4D is #3321B2. Grayscale: #C8C8C8. Windows color (decimal): -3350963 or 5103308. OLE color: 5103308.

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

Color convert

RGB 204 222 77 -
CMYK 0.08 0 0.65 0.13
HSL 67.45º 0.69% 0.59% -
HSV(B) 67.45º 0.65% 0.87% -
XYZ 52.36 65.62 16.93 -
YUV 200.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 204 222 77 0.08 0 0.65 0.13 67.45 0.69 0.59
Hex CC DE 4D 8 0 41 D 43 45 3B
Octal 314 336 115 10 0 101 15 103 105 73
Binary 11001100 11011110 1001101 1000 0 1000001 1101 1000011 1000101 111011

Color Harmonies of #CCDE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE4D

Black with #CCDE4D

Text Example


Text Example

White with #CCDE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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