Html Css Color HEX #C0DA5F Wild Willow

📋 copy color: '#C0DA5F'

red 192 ◦ green 218 ◦ blue 95

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

Shades of Wild Willow #C0DA5F

Tints of Wild Willow #C0DA5F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

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

R = 38.02%
G = 43.17%
B = 18.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#C0DA5F (or 0xC0DA5F) is known color: Wild Willow. HEX triplet: C0, DA and 5F. RGB value is (192,218,95). Sum of RGB (Red+Green+Blue) = 192+218+95=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA5F is #3F25A0. Grayscale: #C4C4C4. Windows color (decimal): -4138401 or 6281920. OLE color: 6281920.

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

Color convert

RGB 192 218 95 -
CMYK 0.12 0 0.56 0.15
HSL 72.68º 0.62% 0.61% -
HSV(B) 72.68º 0.56% 0.85% -
XYZ 48.88 62.18 20.25 -
YUV 196.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 192 218 95 0.12 0 0.56 0.15 72.68 0.62 0.61
Hex C0 DA 5F C 0 38 F 49 3E 3D
Octal 300 332 137 14 0 70 17 111 76 75
Binary 11000000 11011010 1011111 1100 0 111000 1111 1001001 111110 111101

Color Harmonies of #C0DA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA5F

Black with #C0DA5F

Text Example


Text Example

White with #C0DA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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