Html Css Color HEX #CCD85F Wild Willow

📋 copy color: '#CCD85F'

red 204 ◦ green 216 ◦ blue 95

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

Shades of Wild Willow #CCD85F

Tints of Wild Willow #CCD85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 95 (37.5% from 255) = 18.45%

R = 39.61%
G = 41.94%
B = 18.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CCD85F (or 0xCCD85F) is known color: Wild Willow. HEX triplet: CC, D8 and 5F. RGB value is (204,216,95). Sum of RGB (Red+Green+Blue) = 204+216+95=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD85F is #3327A0. Grayscale: #C7C7C7. Windows color (decimal): -3352481 or 6281420. OLE color: 6281420.

HSL color Cylindrical-coordinate representation of color #CCD85F: hue angle of 65.95º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD85F is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 95 -
CMYK 0.06 0 0.56 0.15
HSL 65.95º 0.61% 0.61% -
HSV(B) 65.95º 0.56% 0.85% -
XYZ 51.52 62.78 20.23 -
YUV 198.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 204 216 95 0.06 0 0.56 0.15 65.95 0.61 0.61
Hex CC D8 5F 6 0 38 F 42 3D 3D
Octal 314 330 137 6 0 70 17 102 75 75
Binary 11001100 11011000 1011111 110 0 111000 1111 1000010 111101 111101

Color Harmonies of #CCD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD85F

Black with #CCD85F

Text Example


Text Example

White with #CCD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD85F; }

 p { color: rgb(204,216,95); }

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

background-color css

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

 a { background-color: rgb(204,216,95); }

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

border-color css

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

 span { border-color: rgb(204,216,95); }

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