Html Css Color HEX #CCDD4D Las Palmas

📋 copy color: '#CCDD4D'

red 204 ◦ green 221 ◦ blue 77

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

Shades of Las Palmas #CCDD4D

Tints of Las Palmas #CCDD4D

RGB

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

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

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

R = 40.64%
G = 44.02%
B = 15.34%

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

#CCDD4D (or 0xCCDD4D) is known color: Las Palmas. HEX triplet: CC, DD and 4D. RGB value is (204,221,77). Sum of RGB (Red+Green+Blue) = 204+221+77=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD4D is #3322B2. Grayscale: #C8C8C8. Windows color (decimal): -3351219 or 5103052. OLE color: 5103052.

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

Color convert

RGB 204 221 77 -
CMYK 0.08 0 0.65 0.13
HSL 67.08º 0.68% 0.58% -
HSV(B) 67.08º 0.65% 0.87% -
XYZ 52.1 65.09 16.84 -
YUV 199.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 204 221 77 0.08 0 0.65 0.13 67.08 0.68 0.58
Hex CC DD 4D 8 0 41 D 43 44 3A
Octal 314 335 115 10 0 101 15 103 104 72
Binary 11001100 11011101 1001101 1000 0 1000001 1101 1000011 1000100 111010

Color Harmonies of #CCDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD4D

Black with #CCDD4D

Text Example


Text Example

White with #CCDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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