Html Css Color HEX #CCD64C Las Palmas

📋 copy color: '#CCD64C'

red 204 ◦ green 214 ◦ blue 76

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

Shades of Las Palmas #CCD64C

Tints of Las Palmas #CCD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 41.3%
G = 43.32%
B = 15.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CCD64C (or 0xCCD64C) is known color: Las Palmas. HEX triplet: CC, D6 and 4C. RGB value is (204,214,76). Sum of RGB (Red+Green+Blue) = 204+214+76=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD64C is #3329B3. Grayscale: #C3C3C3. Windows color (decimal): -3353012 or 5035724. OLE color: 5035724.

HSL color Cylindrical-coordinate representation of color #CCD64C: hue angle of 64.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD64C is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 76 -
CMYK 0.05 0 0.64 0.16
HSL 64.35º 0.63% 0.57% -
HSV(B) 64.35º 0.64% 0.84% -
XYZ 50.25 61.45 16.05 -
YUV 195.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 204 214 76 0.05 0 0.64 0.16 64.35 0.63 0.57
Hex CC D6 4C 5 0 40 10 40 3F 39
Octal 314 326 114 5 0 100 20 100 77 71
Binary 11001100 11010110 1001100 101 0 1000000 10000 1000000 111111 111001

Color Harmonies of #CCD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD64C

Black with #CCD64C

Text Example


Text Example

White with #CCD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD64C; }

 p { color: rgb(204,214,76); }

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

background-color css

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

 a { background-color: rgb(204,214,76); }

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

border-color css

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

 span { border-color: rgb(204,214,76); }

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