Html Css Color HEX #C2CF70 Wild Willow

📋 copy color: '#C2CF70'

red 194 ◦ green 207 ◦ blue 112

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

Shades of Wild Willow #C2CF70

Tints of Wild Willow #C2CF70

RGB

 RED value IS 194 (76.17% from 255) = 37.82%

 GREEN value IS 207 (81.25% from 255) = 40.35%

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

R = 37.82%
G = 40.35%
B = 21.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#C2CF70 (or 0xC2CF70) is known color: Wild Willow. HEX triplet: C2, CF and 70. RGB value is (194,207,112). Sum of RGB (Red+Green+Blue) = 194+207+112=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF70 is #3D308F. Grayscale: #C0C0C0. Windows color (decimal): -4010128 or 7393218. OLE color: 7393218.

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

Color convert

RGB 194 207 112 -
CMYK 0.06 0 0.46 0.19
HSL 68.21º 0.5% 0.63% -
HSV(B) 68.21º 0.46% 0.81% -
XYZ 47.49 57.26 23.88 -
YUV 192.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 194 207 112 0.06 0 0.46 0.19 68.21 0.5 0.63
Hex C2 CF 70 6 0 2E 13 44 32 3F
Octal 302 317 160 6 0 56 23 104 62 77
Binary 11000010 11001111 1110000 110 0 101110 10011 1000100 110010 111111

Color Harmonies of #C2CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF70

Black with #C2CF70

Text Example


Text Example

White with #C2CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF70; }

 p { color: rgb(194,207,112); }

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

background-color css

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

 a { background-color: rgb(194,207,112); }

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

border-color css

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

 span { border-color: rgb(194,207,112); }

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