Html Css Color HEX #C0D05D Wild Willow

📋 copy color: '#C0D05D'

red 192 ◦ green 208 ◦ blue 93

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

Shades of Wild Willow #C0D05D

Tints of Wild Willow #C0D05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.86%

R = 38.95%
G = 42.19%
B = 18.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#C0D05D (or 0xC0D05D) is known color: Wild Willow. HEX triplet: C0, D0 and 5D. RGB value is (192,208,93). Sum of RGB (Red+Green+Blue) = 192+208+93=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D05D is #3F2FA2. Grayscale: #BEBEBE. Windows color (decimal): -4140963 or 6148288. OLE color: 6148288.

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

Color convert

RGB 192 208 93 -
CMYK 0.08 0 0.55 0.18
HSL 68.35º 0.55% 0.59% -
HSV(B) 68.35º 0.55% 0.82% -
XYZ 46.27 57.11 18.94 -
YUV 190.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 192 208 93 0.08 0 0.55 0.18 68.35 0.55 0.59
Hex C0 D0 5D 8 0 37 12 44 37 3B
Octal 300 320 135 10 0 67 22 104 67 73
Binary 11000000 11010000 1011101 1000 0 110111 10010 1000100 110111 111011

Color Harmonies of #C0D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D05D

Black with #C0D05D

Text Example


Text Example

White with #C0D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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