#C3D75D

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

Shades of Wild Willow #C3D75D

Tints of Wild Willow #C3D75D

Color information

#C3D75D (or 0xC3D75D) is unknown color: approx Wild Willow. HEX triplet: C3, D7 and 5D. RGB value is (195,215,93). Sum of RGB (Red+Green+Blue) = 195+215+93=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D75D is #3C28A2. Grayscale: #C3C3C3. Windows color (decimal): -3942563 or 6150083. OLE color: 6150083.

HSL color Cylindrical-coordinate representation of color #C3D75D: hue angle of 69.84º 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 #C3D75D is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB19521593-
CMYK0.0900.570.16
HSL69.84º60.4%60.39%-
HSV(B)69.84º56.74%84.31%-
XYZ48.7860.9919.56-
YUV195.1170.37127.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=38.77%
G=42.74%
B=18.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195215930.0900.570.1669.8460.460.39
HexC3D75D903910463c3c
Octal30332713511071201067474
Binary1100001111010111101110110010111001100001000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D75D; }

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

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

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

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

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

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

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

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