Html Css Color HEX #C0D75D Wild Willow

📋 copy color: '#C0D75D'

red 192 ◦ green 215 ◦ blue 93

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

Shades of Wild Willow #C0D75D

Tints of Wild Willow #C0D75D

RGB

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

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

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

R = 38.4%
G = 43%
B = 18.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#C0D75D (or 0xC0D75D) is known color: Wild Willow. HEX triplet: C0, D7 and 5D. RGB value is (192,215,93). Sum of RGB (Red+Green+Blue) = 192+215+93=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D75D is #3F28A2. Grayscale: #C2C2C2. Windows color (decimal): -4139171 or 6150080. OLE color: 6150080.

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

Color convert

RGB 192 215 93 -
CMYK 0.11 0 0.57 0.16
HSL 71.31º 0.6% 0.6% -
HSV(B) 71.31º 0.57% 0.84% -
XYZ 48.01 60.6 19.52 -
YUV 194.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 192 215 93 0.11 0 0.57 0.16 71.31 0.6 0.6
Hex C0 D7 5D B 0 39 10 47 3C 3C
Octal 300 327 135 13 0 71 20 107 74 74
Binary 11000000 11010111 1011101 1011 0 111001 10000 1000111 111100 111100

Color Harmonies of #C0D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D75D

Black with #C0D75D

Text Example


Text Example

White with #C0D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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