Html Css Color HEX #C2D95F Wild Willow

📋 copy color: '#C2D95F'

red 194 ◦ green 217 ◦ blue 95

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

Shades of Wild Willow #C2D95F

Tints of Wild Willow #C2D95F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 38.34%
G = 42.89%
B = 18.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#C2D95F (or 0xC2D95F) is known color: Wild Willow. HEX triplet: C2, D9 and 5F. RGB value is (194,217,95). Sum of RGB (Red+Green+Blue) = 194+217+95=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D95F is #3D26A0. Grayscale: #C4C4C4. Windows color (decimal): -4007585 or 6281666. OLE color: 6281666.

HSL color Cylindrical-coordinate representation of color #C2D95F: hue angle of 71.31º 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 #C2D95F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 95 -
CMYK 0.11 0 0.56 0.15
HSL 71.31º 0.62% 0.61% -
HSV(B) 71.31º 0.56% 0.85% -
XYZ 49.13 61.92 20.19 -
YUV 196.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 194 217 95 0.11 0 0.56 0.15 71.31 0.62 0.61
Hex C2 D9 5F B 0 38 F 47 3E 3D
Octal 302 331 137 13 0 70 17 107 76 75
Binary 11000010 11011001 1011111 1011 0 111000 1111 1000111 111110 111101

Color Harmonies of #C2D95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D95F

Black with #C2D95F

Text Example


Text Example

White with #C2D95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D95F; }

 p { color: rgb(194,217,95); }

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

background-color css

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

 a { background-color: rgb(194,217,95); }

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

border-color css

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

 span { border-color: rgb(194,217,95); }

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