Html Css Color HEX #CCD54D Las Palmas

📋 copy color: '#CCD54D'

red 204 ◦ green 213 ◦ blue 77

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

Shades of Las Palmas #CCD54D

Tints of Las Palmas #CCD54D

RGB

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

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

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

R = 41.3%
G = 43.12%
B = 15.59%

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

#CCD54D (or 0xCCD54D) is known color: Las Palmas. HEX triplet: CC, D5 and 4D. RGB value is (204,213,77). Sum of RGB (Red+Green+Blue) = 204+213+77=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD54D is #332AB2. Grayscale: #C3C3C3. Windows color (decimal): -3353267 or 5101004. OLE color: 5101004.

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

Color convert

RGB 204 213 77 -
CMYK 0.04 0 0.64 0.16
HSL 63.97º 0.62% 0.57% -
HSV(B) 63.97º 0.64% 0.84% -
XYZ 50.04 60.96 16.15 -
YUV 194.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 204 213 77 0.04 0 0.64 0.16 63.97 0.62 0.57
Hex CC D5 4D 4 0 40 10 40 3E 39
Octal 314 325 115 4 0 100 20 100 76 71
Binary 11001100 11010101 1001101 100 0 1000000 10000 1000000 111110 111001

Color Harmonies of #CCD54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD54D

Black with #CCD54D

Text Example


Text Example

White with #CCD54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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