Html Css Color HEX #C0D75F Wild Willow

📋 copy color: '#C0D75F'

red 192 ◦ green 215 ◦ blue 95

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

Shades of Wild Willow #C0D75F

Tints of Wild Willow #C0D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

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

R = 38.25%
G = 42.83%
B = 18.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#C0D75F (or 0xC0D75F) is known color: Wild Willow. HEX triplet: C0, D7 and 5F. RGB value is (192,215,95). Sum of RGB (Red+Green+Blue) = 192+215+95=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D75F is #3F28A0. Grayscale: #C2C2C2. Windows color (decimal): -4139169 or 6281152. OLE color: 6281152.

HSL color Cylindrical-coordinate representation of color #C0D75F: hue angle of 71.5º degrees, saturation: 0.6, 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 #C0D75F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 215 95 -
CMYK 0.11 0 0.56 0.16
HSL 71.5º 0.6% 0.61% -
HSV(B) 71.5º 0.56% 0.84% -
XYZ 48.1 60.63 19.99 -
YUV 194.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 192 215 95 0.11 0 0.56 0.16 71.5 0.6 0.61
Hex C0 D7 5F B 0 38 10 48 3C 3D
Octal 300 327 137 13 0 70 20 110 74 75
Binary 11000000 11010111 1011111 1011 0 111000 10000 1001000 111100 111101

Color Harmonies of #C0D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D75F

Black with #C0D75F

Text Example


Text Example

White with #C0D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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