Html Css Color HEX #C0D65F Wild Willow

📋 copy color: '#C0D65F'

red 192 ◦ green 214 ◦ blue 95

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

Shades of Wild Willow #C0D65F

Tints of Wild Willow #C0D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

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

R = 38.32%
G = 42.71%
B = 18.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#C0D65F (or 0xC0D65F) is known color: Wild Willow. HEX triplet: C0, D6 and 5F. RGB value is (192,214,95). Sum of RGB (Red+Green+Blue) = 192+214+95=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D65F is #3F29A0. Grayscale: #C2C2C2. Windows color (decimal): -4139425 or 6280896. OLE color: 6280896.

HSL color Cylindrical-coordinate representation of color #C0D65F: hue angle of 71.09º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0D65F is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 95 -
CMYK 0.10 0 0.56 0.16
HSL 71.09º 0.59% 0.61% -
HSV(B) 71.09º 0.56% 0.84% -
XYZ 47.85 60.13 19.91 -
YUV 193.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 192 214 95 0.10 0 0.56 0.16 71.09 0.59 0.61
Hex C0 D6 5F A 0 38 10 47 3B 3D
Octal 300 326 137 12 0 70 20 107 73 75
Binary 11000000 11010110 1011111 1010 0 111000 10000 1000111 111011 111101

Color Harmonies of #C0D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D65F

Black with #C0D65F

Text Example


Text Example

White with #C0D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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