Html Css Color HEX #CCD45B Wild Willow

📋 copy color: '#CCD45B'

red 204 ◦ green 212 ◦ blue 91

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

Shades of Wild Willow #CCD45B

Tints of Wild Willow #CCD45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.95%

R = 40.24%
G = 41.81%
B = 17.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#CCD45B (or 0xCCD45B) is known color: Wild Willow. HEX triplet: CC, D4 and 5B. RGB value is (204,212,91). Sum of RGB (Red+Green+Blue) = 204+212+91=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD45B is #332BA4. Grayscale: #C4C4C4. Windows color (decimal): -3353509 or 6018252. OLE color: 6018252.

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

Color convert

RGB 204 212 91 -
CMYK 0.04 0 0.57 0.17
HSL 63.97º 0.58% 0.59% -
HSV(B) 63.97º 0.57% 0.83% -
XYZ 50.33 60.68 18.96 -
YUV 195.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 204 212 91 0.04 0 0.57 0.17 63.97 0.58 0.59
Hex CC D4 5B 4 0 39 11 40 3A 3B
Octal 314 324 133 4 0 71 21 100 72 73
Binary 11001100 11010100 1011011 100 0 111001 10001 1000000 111010 111011

Color Harmonies of #CCD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD45B

Black with #CCD45B

Text Example


Text Example

White with #CCD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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