Html Css Color HEX #C2D05E Wild Willow

📋 copy color: '#C2D05E'

red 194 ◦ green 208 ◦ blue 94

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

Shades of Wild Willow #C2D05E

Tints of Wild Willow #C2D05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.94%

 BLUE value IS 94 (37.11% from 255) = 18.95%

R = 39.11%
G = 41.94%
B = 18.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#C2D05E (or 0xC2D05E) is known color: Wild Willow. HEX triplet: C2, D0 and 5E. RGB value is (194,208,94). Sum of RGB (Red+Green+Blue) = 194+208+94=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D05E is #3D2FA1. Grayscale: #BFBFBF. Windows color (decimal): -4009890 or 6213826. OLE color: 6213826.

HSL color Cylindrical-coordinate representation of color #C2D05E: hue angle of 67.37º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2D05E is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 94 -
CMYK 0.07 0 0.55 0.18
HSL 67.37º 0.55% 0.59% -
HSV(B) 67.37º 0.55% 0.82% -
XYZ 46.82 57.39 19.2 -
YUV 190.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 194 208 94 0.07 0 0.55 0.18 67.37 0.55 0.59
Hex C2 D0 5E 7 0 37 12 43 37 3B
Octal 302 320 136 7 0 67 22 103 67 73
Binary 11000010 11010000 1011110 111 0 110111 10010 1000011 110111 111011

Color Harmonies of #C2D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D05E

Black with #C2D05E

Text Example


Text Example

White with #C2D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D05E; }

 p { color: rgb(194,208,94); }

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

background-color css

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

 a { background-color: rgb(194,208,94); }

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

border-color css

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

 span { border-color: rgb(194,208,94); }

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