Html Css Color HEX #C6D85F Wild Willow

📋 copy color: '#C6D85F'

red 198 ◦ green 216 ◦ blue 95

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

Shades of Wild Willow #C6D85F

Tints of Wild Willow #C6D85F

RGB

 RED value IS 198 (77.73% from 255) = 38.9%

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

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

R = 38.9%
G = 42.44%
B = 18.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#C6D85F (or 0xC6D85F) is known color: Wild Willow. HEX triplet: C6, D8 and 5F. RGB value is (198,216,95). Sum of RGB (Red+Green+Blue) = 198+216+95=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D85F is #3927A0. Grayscale: #C5C5C5. Windows color (decimal): -3745697 or 6281414. OLE color: 6281414.

HSL color Cylindrical-coordinate representation of color #C6D85F: hue angle of 68.93º 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 #C6D85F is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 216 95 -
CMYK 0.08 0 0.56 0.15
HSL 68.93º 0.61% 0.61% -
HSV(B) 68.93º 0.56% 0.85% -
XYZ 49.91 61.94 20.15 -
YUV 196.82 70.54 128.84 -
System Red Green Blue C M Y K H S L
Decimal 198 216 95 0.08 0 0.56 0.15 68.93 0.61 0.61
Hex C6 D8 5F 8 0 38 F 45 3D 3D
Octal 306 330 137 10 0 70 17 105 75 75
Binary 11000110 11011000 1011111 1000 0 111000 1111 1000101 111101 111101

Color Harmonies of #C6D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D85F

Black with #C6D85F

Text Example


Text Example

White with #C6D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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