#CCD54E

Color #CCD54E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCD54E

Tints of Wild Willow #CCD54E

Color information

#CCD54E (or 0xCCD54E) is unknown color: approx Wild Willow. HEX triplet: CC, D5 and 4E. RGB value is (204,213,78). Sum of RGB (Red+Green+Blue) = 204+213+78=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD54E is #332AB1. Grayscale: #C3C3C3. Windows color (decimal): -3353266 or 5166540. OLE color: 5166540.

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

Color convert

RGB20421378-
CMYK0.0400.630.16
HSL64º61.64%57.06%-
HSV(B)64º63.38%83.53%-
XYZ50.0760.9816.34-
YUV194.9262.02134.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=41.21%
G=43.03%
B=15.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213780.0400.630.166461.6457.06
HexCCD54E403F10403e39
Octal3143251164077201007671
Binary110011001101010110011101000111111100001000000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD54E; }

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

 H1.HeaderClassName
 {
   color: #CCD54E;
 }
 .AnyTagClassName
 {
   color: #CCD54E;
 }
</style>
background-color css

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

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

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

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

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

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