Html Css Color HEX #85ED29 Yellow Green

📋 copy color: '#85ED29'

red 133 ◦ green 237 ◦ blue 41

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

Shades of Yellow Green #85ED29

Tints of Yellow Green #85ED29

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.66%

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 32.36%
G = 57.66%
B = 9.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#85ED29 (or 0x85ED29) is known color: Yellow Green. HEX triplet: 85, ED and 29. RGB value is (133,237,41). Sum of RGB (Red+Green+Blue) = 133+237+41=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED29 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85ED29 is #7A12D6. Grayscale: #B8B8B8. Windows color (decimal): -8000215 or 2747781. OLE color: 2747781.

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

Color convert

RGB 133 237 41 -
CMYK 0.44 0 0.83 0.07
HSL 91.84º 0.84% 0.55% -
HSV(B) 91.84º 0.83% 0.93% -
XYZ 40.36 65.72 12.66 -
YUV 183.56 47.54 91.94 -
System Red Green Blue C M Y K H S L
Decimal 133 237 41 0.44 0 0.83 0.07 91.84 0.84 0.55
Hex 85 ED 29 2C 0 53 7 5C 54 37
Octal 205 355 51 54 0 123 7 134 124 67
Binary 10000101 11101101 101001 101100 0 1010011 111 1011100 1010100 110111

Color Harmonies of #85ED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED29

Black with #85ED29

Text Example


Text Example

White with #85ED29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,41); }

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

background-color css

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

 a { background-color: rgb(133,237,41); }

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

border-color css

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

 span { border-color: rgb(133,237,41); }

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