Html Css Color HEX #C2D75F Wild Willow

📋 copy color: '#C2D75F'

red 194 ◦ green 215 ◦ blue 95

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

Shades of Wild Willow #C2D75F

Tints of Wild Willow #C2D75F

RGB

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

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

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

R = 38.49%
G = 42.66%
B = 18.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#C2D75F (or 0xC2D75F) is known color: Wild Willow. HEX triplet: C2, D7 and 5F. RGB value is (194,215,95). Sum of RGB (Red+Green+Blue) = 194+215+95=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D75F is #3D28A0. Grayscale: #C3C3C3. Windows color (decimal): -4008097 or 6281154. OLE color: 6281154.

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

Color convert

RGB 194 215 95 -
CMYK 0.10 0 0.56 0.16
HSL 70.5º 0.6% 0.61% -
HSV(B) 70.5º 0.56% 0.84% -
XYZ 48.61 60.9 20.02 -
YUV 195.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 194 215 95 0.10 0 0.56 0.16 70.5 0.6 0.61
Hex C2 D7 5F A 0 38 10 46 3C 3D
Octal 302 327 137 12 0 70 20 106 74 75
Binary 11000010 11010111 1011111 1010 0 111000 10000 1000110 111100 111101

Color Harmonies of #C2D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D75F

Black with #C2D75F

Text Example


Text Example

White with #C2D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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