#85EB27

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

Shades of Yellow Green #85EB27

Tints of Yellow Green #85EB27

Color information

#85EB27 (or 0x85EB27) is unknown color: approx Yellow Green. HEX triplet: 85, EB and 27. RGB value is (133,235,39). Sum of RGB (Red+Green+Blue) = 133+235+39=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EB27 is #7A14D8. Grayscale: #B6B6B6. Windows color (decimal): -8000729 or 2616197. OLE color: 2616197.

HSL color Cylindrical-coordinate representation of color #85EB27: hue angle of 91.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85EB27 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB13323539-
CMYK0.4300.830.08
HSL91.22º83.05%53.73%-
HSV(B)91.22º83.4%92.16%-
XYZ39.7564.5512.28-
YUV182.1647.2192.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 235 (92.19% from 255) = 57.74%
BLUE value IS 39 (15.62% from 255) = 9.58%
R=32.68%
G=57.74%
B=9.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133235390.4300.830.0891.2283.0553.73
Hex85EB272B05385b5336
Octal205353475301231013312366
Binary100001011110101110011110101101010011100010110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,39); }

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

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

 a { background-color: rgb(133,235,39); }

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

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

 span { border-color: rgb(133,235,39); }

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