#85D225

Color #85D225 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #85D225

Tints of Yellow Green #85D225

Color information

#85D225 (or 0x85D225) is unknown color: approx Yellow Green. HEX triplet: 85, D2 and 25. RGB value is (133,210,37). Sum of RGB (Red+Green+Blue) = 133+210+37=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #85D225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D225 is #7A2DDA. Grayscale: #A7A7A7. Windows color (decimal): -8007131 or 2478725. OLE color: 2478725.

HSL color Cylindrical-coordinate representation of color #85D225: hue angle of 86.71º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85D225 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB13321037-
CMYK0.3700.820.18
HSL86.71º70.04%48.43%-
HSV(B)86.71º82.38%82.35%-
XYZ33.0551.219.89-
YUV167.2554.49103.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 210 (82.42% from 255) = 55.26%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=35%
G=55.26%
B=9.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133210370.3700.820.1886.7170.0448.43
Hex85D2252505212574630
Octal205322454501222212710660
Binary1000010111010010100101100101010100101001010101111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85D225; }

 p { color: rgb(133,210,37); }

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

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

 a { background-color: rgb(133,210,37); }

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

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

 span { border-color: rgb(133,210,37); }

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