#85EE2D

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

Shades of Yellow Green #85EE2D

Tints of Yellow Green #85EE2D

Color information

#85EE2D (or 0x85EE2D) is unknown color: approx Yellow Green. HEX triplet: 85, EE and 2D. RGB value is (133,238,45). Sum of RGB (Red+Green+Blue) = 133+238+45=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EE2D is #7A11D2. Grayscale: #B9B9B9. Windows color (decimal): -7999955 or 3010181. OLE color: 3010181.

HSL color Cylindrical-coordinate representation of color #85EE2D: hue angle of 92.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85EE2D is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB13323845-
CMYK0.4400.810.07
HSL92.64º85.02%55.49%-
HSV(B)92.64º81.09%93.33%-
XYZ40.7266.3313.14-
YUV184.649.2191.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 238 (93.36% from 255) = 57.21%
BLUE value IS 45 (17.97% from 255) = 10.82%
R=31.97%
G=57.21%
B=10.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133238450.4400.810.0792.6485.0255.49
Hex85EE2D2C05175d5537
Octal20535655540121713512567
Binary10000101111011101011011011000101000111110111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,238,45); }

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

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

 a { background-color: rgb(133,238,45); }

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

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

 span { border-color: rgb(133,238,45); }

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