Html Css Color HEX #CCDD4F Las Palmas

📋 copy color: '#CCDD4F'

red 204 ◦ green 221 ◦ blue 79

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

Shades of Las Palmas #CCDD4F

Tints of Las Palmas #CCDD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.67%

R = 40.48%
G = 43.85%
B = 15.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#CCDD4F (or 0xCCDD4F) is known color: Las Palmas. HEX triplet: CC, DD and 4F. RGB value is (204,221,79). Sum of RGB (Red+Green+Blue) = 204+221+79=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD4F is #3322B0. Grayscale: #C8C8C8. Windows color (decimal): -3351217 or 5234124. OLE color: 5234124.

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

Color convert

RGB 204 221 79 -
CMYK 0.08 0 0.64 0.13
HSL 67.18º 0.68% 0.59% -
HSV(B) 67.18º 0.64% 0.87% -
XYZ 52.17 65.11 17.22 -
YUV 199.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 204 221 79 0.08 0 0.64 0.13 67.18 0.68 0.59
Hex CC DD 4F 8 0 40 D 43 44 3B
Octal 314 335 117 10 0 100 15 103 104 73
Binary 11001100 11011101 1001111 1000 0 1000000 1101 1000011 1000100 111011

Color Harmonies of #CCDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD4F

Black with #CCDD4F

Text Example


Text Example

White with #CCDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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