Html Css Color HEX #CCDD3C Las Palmas

📋 copy color: '#CCDD3C'

red 204 ◦ green 221 ◦ blue 60

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

Shades of Las Palmas #CCDD3C

Tints of Las Palmas #CCDD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.37%

R = 42.06%
G = 45.57%
B = 12.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#CCDD3C (or 0xCCDD3C) is known color: Las Palmas. HEX triplet: CC, DD and 3C. RGB value is (204,221,60). Sum of RGB (Red+Green+Blue) = 204+221+60=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3C is #3322C3. Grayscale: #C6C6C6. Windows color (decimal): -3351236 or 3988940. OLE color: 3988940.

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

Color convert

RGB 204 221 60 -
CMYK 0.08 0 0.73 0.13
HSL 66.34º 0.7% 0.55% -
HSV(B) 66.34º 0.73% 0.87% -
XYZ 51.57 64.88 14.08 -
YUV 197.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 204 221 60 0.08 0 0.73 0.13 66.34 0.7 0.55
Hex CC DD 3C 8 0 49 D 42 46 37
Octal 314 335 74 10 0 111 15 102 106 67
Binary 11001100 11011101 111100 1000 0 1001001 1101 1000010 1000110 110111

Color Harmonies of #CCDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD3C

Black with #CCDD3C

Text Example


Text Example

White with #CCDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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