#C2D452

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

Shades of Wild Willow #C2D452

Tints of Wild Willow #C2D452

Color information

#C2D452 (or 0xC2D452) is unknown color: approx Wild Willow. HEX triplet: C2, D4 and 52. RGB value is (194,212,82). Sum of RGB (Red+Green+Blue) = 194+212+82=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D452 is #3D2BAD. Grayscale: #C0C0C0. Windows color (decimal): -4008878 or 5428418. OLE color: 5428418.

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

Color convert

RGB19421282-
CMYK0.0800.610.17
HSL68.31º60.19%57.65%-
HSV(B)68.31º61.32%83.14%-
XYZ47.3159.1716.91-
YUV191.866.04129.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 82 (32.42% from 255) = 16.80%
R=39.75%
G=43.44%
B=16.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal194212820.0800.610.1768.3160.1957.65
HexC2D452803D11443c3a
Octal30232412210075211047472
Binary1100001011010100101001010000111101100011000100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D452; }

 p { color: rgb(194,212,82); }

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

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

 a { background-color: rgb(194,212,82); }

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

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

 span { border-color: rgb(194,212,82); }

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