Html Css Color HEX #CCD465 Wild Willow

📋 copy color: '#CCD465'

red 204 ◦ green 212 ◦ blue 101

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

Shades of Wild Willow #CCD465

Tints of Wild Willow #CCD465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.54%

R = 39.46%
G = 41.01%
B = 19.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CCD465 (or 0xCCD465) is known color: Wild Willow. HEX triplet: CC, D4 and 65. RGB value is (204,212,101). Sum of RGB (Red+Green+Blue) = 204+212+101=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD465 is #332B9A. Grayscale: #C5C5C5. Windows color (decimal): -3353499 or 6673612. OLE color: 6673612.

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

Color convert

RGB 204 212 101 -
CMYK 0.04 0 0.52 0.17
HSL 64.32º 0.56% 0.61% -
HSV(B) 64.32º 0.52% 0.83% -
XYZ 50.79 60.86 21.38 -
YUV 196.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 204 212 101 0.04 0 0.52 0.17 64.32 0.56 0.61
Hex CC D4 65 4 0 34 11 40 38 3D
Octal 314 324 145 4 0 64 21 100 70 75
Binary 11001100 11010100 1100101 100 0 110100 10001 1000000 111000 111101

Color Harmonies of #CCD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD465

Black with #CCD465

Text Example


Text Example

White with #CCD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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