Html Css Color HEX #85E925 Yellow Green

📋 copy color: '#85E925'

red 133 ◦ green 233 ◦ blue 37

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

Shades of Yellow Green #85E925

Tints of Yellow Green #85E925

RGB

 RED value IS 133 (52.34% from 255) = 33%

 GREEN value IS 233 (91.41% from 255) = 57.82%

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 33%
G = 57.82%
B = 9.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#85E925 (or 0x85E925) is known color: Yellow Green. HEX triplet: 85, E9 and 25. RGB value is (133,233,37). Sum of RGB (Red+Green+Blue) = 133+233+37=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #85E925 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E925 is #7A16DA. Grayscale: #B5B5B5. Windows color (decimal): -8001243 or 2484613. OLE color: 2484613.

HSL color Cylindrical-coordinate representation of color #85E925: hue angle of 90.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85E925 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 37 -
CMYK 0.43 0 0.84 0.09
HSL 90.61º 0.82% 0.53% -
HSV(B) 90.61º 0.84% 0.91% -
XYZ 39.15 63.4 11.92 -
YUV 180.76 46.87 93.94 -
System Red Green Blue C M Y K H S L
Decimal 133 233 37 0.43 0 0.84 0.09 90.61 0.82 0.53
Hex 85 E9 25 2B 0 54 9 5B 52 35
Octal 205 351 45 53 0 124 11 133 122 65
Binary 10000101 11101001 100101 101011 0 1010100 1001 1011011 1010010 110101

Color Harmonies of #85E925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E925

Black with #85E925

Text Example


Text Example

White with #85E925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E925;
 }
 .AnyTagClassName
 {
   color: #85E925;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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