Html Css Color HEX #85EA26 Yellow Green

📋 copy color: '#85EA26'

red 133 ◦ green 234 ◦ blue 38

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

Shades of Yellow Green #85EA26

Tints of Yellow Green #85EA26

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.78%

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 32.84%
G = 57.78%
B = 9.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#85EA26 (or 0x85EA26) is known color: Yellow Green. HEX triplet: 85, EA and 26. RGB value is (133,234,38). Sum of RGB (Red+Green+Blue) = 133+234+38=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA26 is #7A15D9. Grayscale: #B6B6B6. Windows color (decimal): -8000986 or 2550405. OLE color: 2550405.

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

Color convert

RGB 133 234 38 -
CMYK 0.43 0 0.84 0.08
HSL 90.92º 0.82% 0.53% -
HSV(B) 90.92º 0.84% 0.92% -
XYZ 39.45 63.97 12.1 -
YUV 181.46 47.04 93.44 -
System Red Green Blue C M Y K H S L
Decimal 133 234 38 0.43 0 0.84 0.08 90.92 0.82 0.53
Hex 85 EA 26 2B 0 54 8 5B 52 35
Octal 205 352 46 53 0 124 10 133 122 65
Binary 10000101 11101010 100110 101011 0 1010100 1000 1011011 1010010 110101

Color Harmonies of #85EA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA26

Black with #85EA26

Text Example


Text Example

White with #85EA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,38); }

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

background-color css

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

 a { background-color: rgb(133,234,38); }

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

border-color css

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

 span { border-color: rgb(133,234,38); }

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