#86D225

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

Shades of Yellow Green #86D225

Tints of Yellow Green #86D225

Color information

#86D225 (or 0x86D225) is unknown color: approx Yellow Green. HEX triplet: 86, D2 and 25. RGB value is (134,210,37). Sum of RGB (Red+Green+Blue) = 134+210+37=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #86D225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D225 is #792DDA. Grayscale: #A8A8A8. Windows color (decimal): -7941595 or 2478726. OLE color: 2478726.

HSL color Cylindrical-coordinate representation of color #86D225: hue angle of 86.36º 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 #86D225 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB13421037-
CMYK0.3600.820.18
HSL86.36º70.04%48.43%-
HSV(B)86.36º82.38%82.35%-
XYZ33.2151.39.9-
YUV167.5554.32104.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 210 (82.42% from 255) = 55.12%
BLUE value IS 37 (14.84% from 255) = 9.71%
R=35.17%
G=55.12%
B=9.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134210370.3600.820.1886.3670.0448.43
Hex86D2252405212564630
Octal206322454401222212610660
Binary1000011011010010100101100100010100101001010101101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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