Html Css Color HEX #C0CE70 Wild Willow

📋 copy color: '#C0CE70'

red 192 ◦ green 206 ◦ blue 112

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

Shades of Wild Willow #C0CE70

Tints of Wild Willow #C0CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.39%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 37.65%
G = 40.39%
B = 21.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#C0CE70 (or 0xC0CE70) is known color: Wild Willow. HEX triplet: C0, CE and 70. RGB value is (192,206,112). Sum of RGB (Red+Green+Blue) = 192+206+112=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE70 is #3F318F. Grayscale: #BFBFBF. Windows color (decimal): -4141456 or 7392960. OLE color: 7392960.

HSL color Cylindrical-coordinate representation of color #C0CE70: hue angle of 68.94º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0CE70 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 112 -
CMYK 0.07 0 0.46 0.19
HSL 68.94º 0.49% 0.62% -
HSV(B) 68.94º 0.46% 0.81% -
XYZ 46.73 56.52 23.78 -
YUV 191.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 192 206 112 0.07 0 0.46 0.19 68.94 0.49 0.62
Hex C0 CE 70 7 0 2E 13 45 31 3E
Octal 300 316 160 7 0 56 23 105 61 76
Binary 11000000 11001110 1110000 111 0 101110 10011 1000101 110001 111110

Color Harmonies of #C0CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE70

Black with #C0CE70

Text Example


Text Example

White with #C0CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE70; }

 p { color: rgb(192,206,112); }

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

background-color css

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

 a { background-color: rgb(192,206,112); }

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

border-color css

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

 span { border-color: rgb(192,206,112); }

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