Html Css Color HEX #85E52F Yellow Green

📋 copy color: '#85E52F'

red 133 ◦ green 229 ◦ blue 47

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

Shades of Yellow Green #85E52F

Tints of Yellow Green #85E52F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.99%

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 32.52%
G = 55.99%
B = 11.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#85E52F (or 0x85E52F) is known color: Yellow Green. HEX triplet: 85, E5 and 2F. RGB value is (133,229,47). Sum of RGB (Red+Green+Blue) = 133+229+47=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #85E52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E52F is #7A1AD0. Grayscale: #B4B4B4. Windows color (decimal): -8002257 or 3138949. OLE color: 3138949.

HSL color Cylindrical-coordinate representation of color #85E52F: hue angle of 91.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85E52F is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 47 -
CMYK 0.42 0 0.79 0.10
HSL 91.65º 0.78% 0.54% -
HSV(B) 91.65º 0.79% 0.9% -
XYZ 38.21 61.23 12.49 -
YUV 179.55 53.2 94.8 -
System Red Green Blue C M Y K H S L
Decimal 133 229 47 0.42 0 0.79 0.10 91.65 0.78 0.54
Hex 85 E5 2F 2A 0 4F A 5C 4E 36
Octal 205 345 57 52 0 117 12 134 116 66
Binary 10000101 11100101 101111 101010 0 1001111 1010 1011100 1001110 110110

Color Harmonies of #85E52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E52F

Black with #85E52F

Text Example


Text Example

White with #85E52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,47); }

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

background-color css

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

 a { background-color: rgb(133,229,47); }

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

border-color css

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

 span { border-color: rgb(133,229,47); }

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