Html Css Color HEX #CCD464 Wild Willow

📋 copy color: '#CCD464'

red 204 ◦ green 212 ◦ blue 100

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

Shades of Wild Willow #CCD464

Tints of Wild Willow #CCD464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 39.53%
G = 41.09%
B = 19.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#CCD464 (or 0xCCD464) is known color: Wild Willow. HEX triplet: CC, D4 and 64. RGB value is (204,212,100). Sum of RGB (Red+Green+Blue) = 204+212+100=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD464 is #332B9B. Grayscale: #C5C5C5. Windows color (decimal): -3353500 or 6608076. OLE color: 6608076.

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

Color convert

RGB 204 212 100 -
CMYK 0.04 0 0.53 0.17
HSL 64.29º 0.57% 0.61% -
HSV(B) 64.29º 0.53% 0.83% -
XYZ 50.75 60.84 21.13 -
YUV 196.84 73.35 133.11 -
System Red Green Blue C M Y K H S L
Decimal 204 212 100 0.04 0 0.53 0.17 64.29 0.57 0.61
Hex CC D4 64 4 0 35 11 40 39 3D
Octal 314 324 144 4 0 65 21 100 71 75
Binary 11001100 11010100 1100100 100 0 110101 10001 1000000 111001 111101

Color Harmonies of #CCD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD464

Black with #CCD464

Text Example


Text Example

White with #CCD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD464; }

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

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

background-color css

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

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

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

border-color css

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

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

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