#CCD54D

Color #CCD54D Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CCD54D

Tints of Las Palmas #CCD54D

Color information

#CCD54D (or 0xCCD54D) is unknown color: approx 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

RGB20421377-
CMYK0.0400.640.16
HSL63.97º61.82%56.86%-
HSV(B)63.97º63.85%83.53%-
XYZ50.0460.9616.15-
YUV194.861.52134.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 77 (30.47% from 255) = 15.59%
R=41.30%
G=43.12%
B=15.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213770.0400.640.1663.9761.8256.86
HexCCD54D404010403e39
Octal31432511540100201007671
Binary1100110011010101100110110001000000100001000000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>