Html Css Color HEX #CCDD4E Las Palmas

📋 copy color: '#CCDD4E'

red 204 ◦ green 221 ◦ blue 78

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

Shades of Las Palmas #CCDD4E

Tints of Las Palmas #CCDD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 40.56%
G = 43.94%
B = 15.51%

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

#CCDD4E (or 0xCCDD4E) is known color: Las Palmas. HEX triplet: CC, DD and 4E. RGB value is (204,221,78). Sum of RGB (Red+Green+Blue) = 204+221+78=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD4E is #3322B1. Grayscale: #C8C8C8. Windows color (decimal): -3351218 or 5168588. OLE color: 5168588.

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

Color convert

RGB 204 221 78 -
CMYK 0.08 0 0.65 0.13
HSL 67.13º 0.68% 0.59% -
HSV(B) 67.13º 0.65% 0.87% -
XYZ 52.13 65.1 17.03 -
YUV 199.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 204 221 78 0.08 0 0.65 0.13 67.13 0.68 0.59
Hex CC DD 4E 8 0 41 D 43 44 3B
Octal 314 335 116 10 0 101 15 103 104 73
Binary 11001100 11011101 1001110 1000 0 1000001 1101 1000011 1000100 111011

Color Harmonies of #CCDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD4E

Black with #CCDD4E

Text Example


Text Example

White with #CCDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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