Html Css Color HEX #C2D770 Wild Willow

📋 copy color: '#C2D770'

red 194 ◦ green 215 ◦ blue 112

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

Shades of Wild Willow #C2D770

Tints of Wild Willow #C2D770

RGB

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

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

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

R = 37.24%
G = 41.27%
B = 21.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C2D770 (or 0xC2D770) is known color: Wild Willow. HEX triplet: C2, D7 and 70. RGB value is (194,215,112). Sum of RGB (Red+Green+Blue) = 194+215+112=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D770 is #3D288F. Grayscale: #C5C5C5. Windows color (decimal): -4008080 or 7395266. OLE color: 7395266.

HSL color Cylindrical-coordinate representation of color #C2D770: hue angle of 72.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2D770 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 112 -
CMYK 0.10 0 0.48 0.16
HSL 72.23º 0.56% 0.64% -
HSV(B) 72.23º 0.48% 0.84% -
XYZ 49.47 61.24 24.54 -
YUV 196.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 194 215 112 0.10 0 0.48 0.16 72.23 0.56 0.64
Hex C2 D7 70 A 0 30 10 48 38 40
Octal 302 327 160 12 0 60 20 110 70 100
Binary 11000010 11010111 1110000 1010 0 110000 10000 1001000 111000 1000000

Color Harmonies of #C2D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D770

Black with #C2D770

Text Example


Text Example

White with #C2D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D770; }

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

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

background-color css

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

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

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

border-color css

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

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

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