Html Css Color HEX #CCD54C Las Palmas

📋 copy color: '#CCD54C'

red 204 ◦ green 213 ◦ blue 76

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

Shades of Las Palmas #CCD54C

Tints of Las Palmas #CCD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.2%

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

R = 41.38%
G = 43.2%
B = 15.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CCD54C (or 0xCCD54C) is known color: Las Palmas. HEX triplet: CC, D5 and 4C. RGB value is (204,213,76). Sum of RGB (Red+Green+Blue) = 204+213+76=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD54C is #332AB3. Grayscale: #C3C3C3. Windows color (decimal): -3353268 or 5035468. OLE color: 5035468.

HSL color Cylindrical-coordinate representation of color #CCD54C: hue angle of 63.94º degrees, saturation: 0.62, 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 #CCD54C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 76 -
CMYK 0.04 0 0.64 0.16
HSL 63.94º 0.62% 0.57% -
HSV(B) 63.94º 0.64% 0.84% -
XYZ 50 60.95 15.97 -
YUV 194.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 204 213 76 0.04 0 0.64 0.16 63.94 0.62 0.57
Hex CC D5 4C 4 0 40 10 40 3E 39
Octal 314 325 114 4 0 100 20 100 76 71
Binary 11001100 11010101 1001100 100 0 1000000 10000 1000000 111110 111001

Color Harmonies of #CCD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD54C

Black with #CCD54C

Text Example


Text Example

White with #CCD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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