#C2D75B

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

Shades of Wild Willow #C2D75B

Tints of Wild Willow #C2D75B

Color information

#C2D75B (or 0xC2D75B) is unknown color: approx Wild Willow. HEX triplet: C2, D7 and 5B. RGB value is (194,215,91). Sum of RGB (Red+Green+Blue) = 194+215+91=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D75B is #3D28A4. Grayscale: #C3C3C3. Windows color (decimal): -4008101 or 6019010. OLE color: 6019010.

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

Color convert

RGB19421591-
CMYK0.1000.580.16
HSL70.16º60.78%60%-
HSV(B)70.16º57.67%84.31%-
XYZ48.4460.8319.09-
YUV194.5869.54127.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 215 (84.38% from 255) = 43%
BLUE value IS 91 (35.94% from 255) = 18.2%
R=38.8%
G=43%
B=18.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194215910.1000.580.1670.1660.7860
HexC2D75BA03A10463d3c
Octal30232713312072201067574
Binary1100001011010111101101110100111010100001000110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D75B; }

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

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

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

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

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

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

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

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