Html Css Color HEX #C0D05F Wild Willow

📋 copy color: '#C0D05F'

red 192 ◦ green 208 ◦ blue 95

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

Shades of Wild Willow #C0D05F

Tints of Wild Willow #C0D05F

RGB

 RED value IS 192 (75.39% from 255) = 38.79%

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 38.79%
G = 42.02%
B = 19.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#C0D05F (or 0xC0D05F) is known color: Wild Willow. HEX triplet: C0, D0 and 5F. RGB value is (192,208,95). Sum of RGB (Red+Green+Blue) = 192+208+95=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D05F is #3F2FA0. Grayscale: #BEBEBE. Windows color (decimal): -4140961 or 6279360. OLE color: 6279360.

HSL color Cylindrical-coordinate representation of color #C0D05F: hue angle of 68.5º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0D05F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 95 -
CMYK 0.08 0 0.54 0.18
HSL 68.5º 0.55% 0.59% -
HSV(B) 68.5º 0.54% 0.82% -
XYZ 46.36 57.14 19.41 -
YUV 190.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 192 208 95 0.08 0 0.54 0.18 68.5 0.55 0.59
Hex C0 D0 5F 8 0 36 12 44 37 3B
Octal 300 320 137 10 0 66 22 104 67 73
Binary 11000000 11010000 1011111 1000 0 110110 10010 1000100 110111 111011

Color Harmonies of #C0D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D05F

Black with #C0D05F

Text Example


Text Example

White with #C0D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D05F; }

 p { color: rgb(192,208,95); }

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

background-color css

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

 a { background-color: rgb(192,208,95); }

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

border-color css

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

 span { border-color: rgb(192,208,95); }

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