Html Css Color HEX #CCD45A Wild Willow

📋 copy color: '#CCD45A'

red 204 ◦ green 212 ◦ blue 90

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

Shades of Wild Willow #CCD45A

Tints of Wild Willow #CCD45A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.9%

 BLUE value IS 90 (35.55% from 255) = 17.79%

R = 40.32%
G = 41.9%
B = 17.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#CCD45A (or 0xCCD45A) is known color: Wild Willow. HEX triplet: CC, D4 and 5A. RGB value is (204,212,90). Sum of RGB (Red+Green+Blue) = 204+212+90=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD45A is #332BA5. Grayscale: #C4C4C4. Windows color (decimal): -3353510 or 5952716. OLE color: 5952716.

HSL color Cylindrical-coordinate representation of color #CCD45A: hue angle of 63.93º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD45A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 90 -
CMYK 0.04 0 0.58 0.17
HSL 63.93º 0.59% 0.59% -
HSV(B) 63.93º 0.58% 0.83% -
XYZ 50.29 60.66 18.73 -
YUV 195.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 204 212 90 0.04 0 0.58 0.17 63.93 0.59 0.59
Hex CC D4 5A 4 0 3A 11 40 3B 3B
Octal 314 324 132 4 0 72 21 100 73 73
Binary 11001100 11010100 1011010 100 0 111010 10001 1000000 111011 111011

Color Harmonies of #CCD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD45A

Black with #CCD45A

Text Example


Text Example

White with #CCD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD45A; }

 p { color: rgb(204,212,90); }

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

background-color css

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

 a { background-color: rgb(204,212,90); }

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

border-color css

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

 span { border-color: rgb(204,212,90); }

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