#C2D75D

Color #C2D75D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C2D75D

Tints of Wild Willow #C2D75D

Color information

#C2D75D (or 0xC2D75D) is unknown color: approx Wild Willow. HEX triplet: C2, D7 and 5D. RGB value is (194,215,93). Sum of RGB (Red+Green+Blue) = 194+215+93=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D75D is #3D28A2. Grayscale: #C3C3C3. Windows color (decimal): -4008099 or 6150082. OLE color: 6150082.

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

Color convert

RGB19421593-
CMYK0.1000.570.16
HSL70.33º60.4%60.39%-
HSV(B)70.33º56.74%84.31%-
XYZ48.5260.8619.55-
YUV194.8170.54127.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 215 (84.38% from 255) = 42.83%
BLUE value IS 93 (36.72% from 255) = 18.53%
R=38.65%
G=42.83%
B=18.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194215930.1000.570.1670.3360.460.39
HexC2D75DA03910463c3c
Octal30232713512071201067474
Binary1100001011010111101110110100111001100001000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D75D; }

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

 H1.HeaderClassName
 {
   color: #C2D75D;
 }
 .AnyTagClassName
 {
   color: #C2D75D;
 }
</style>
background-color css

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

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

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

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

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

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