Html Css Color HEX #86D225 Yellow Green

📋 copy color: '#86D225'

red 134 ◦ green 210 ◦ blue 37

#86D225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #86D225

Tints of Yellow Green #86D225

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 value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#86D225 (or 0x86D225) is known color: 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

RGB 134 210 37 -
CMYK 0.36 0 0.82 0.18
HSL 86.36º 0.7% 0.48% -
HSV(B) 86.36º 0.82% 0.82% -
XYZ 33.21 51.3 9.9 -
YUV 167.55 54.32 104.07 -
System Red Green Blue C M Y K H S L
Decimal 134 210 37 0.36 0 0.82 0.18 86.36 0.7 0.48
Hex 86 D2 25 24 0 52 12 56 46 30
Octal 206 322 45 44 0 122 22 126 106 60
Binary 10000110 11010010 100101 100100 0 1010010 10010 1010110 1000110 110000

Color Harmonies of #86D225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D225

Black with #86D225

Text Example


Text Example

White with #86D225

Text Example


Text Example

HTML Codes & Css Web 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>