Html Css Color HEX #C0D85D Wild Willow

📋 copy color: '#C0D85D'

red 192 ◦ green 216 ◦ blue 93

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

Shades of Wild Willow #C0D85D

Tints of Wild Willow #C0D85D

RGB

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

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

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

R = 38.32%
G = 43.11%
B = 18.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#C0D85D (or 0xC0D85D) is known color: Wild Willow. HEX triplet: C0, D8 and 5D. RGB value is (192,216,93). Sum of RGB (Red+Green+Blue) = 192+216+93=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D85D is #3F27A2. Grayscale: #C3C3C3. Windows color (decimal): -4138915 or 6150336. OLE color: 6150336.

HSL color Cylindrical-coordinate representation of color #C0D85D: hue angle of 71.71º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0D85D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 216 93 -
CMYK 0.11 0 0.57 0.15
HSL 71.71º 0.61% 0.61% -
HSV(B) 71.71º 0.57% 0.85% -
XYZ 48.27 61.11 19.61 -
YUV 194.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 192 216 93 0.11 0 0.57 0.15 71.71 0.61 0.61
Hex C0 D8 5D B 0 39 F 48 3D 3D
Octal 300 330 135 13 0 71 17 110 75 75
Binary 11000000 11011000 1011101 1011 0 111001 1111 1001000 111101 111101

Color Harmonies of #C0D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D85D

Black with #C0D85D

Text Example


Text Example

White with #C0D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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