Html Css Color HEX #85E01A Yellow Green

📋 copy color: '#85E01A'

red 133 ◦ green 224 ◦ blue 26

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

Shades of Yellow Green #85E01A

Tints of Yellow Green #85E01A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.49%

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 34.73%
G = 58.49%
B = 6.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#85E01A (or 0x85E01A) is known color: Yellow Green. HEX triplet: 85, E0 and 1A. RGB value is (133,224,26). Sum of RGB (Red+Green+Blue) = 133+224+26=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #85E01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E01A is #7A1FE5. Grayscale: #AEAEAE. Windows color (decimal): -8003558 or 1761413. OLE color: 1761413.

HSL color Cylindrical-coordinate representation of color #85E01A: hue angle of 87.58º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85E01A is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 26 -
CMYK 0.41 0 0.88 0.12
HSL 87.58º 0.79% 0.49% -
HSV(B) 87.58º 0.88% 0.88% -
XYZ 36.51 58.37 10.32 -
YUV 174.22 44.35 98.6 -
System Red Green Blue C M Y K H S L
Decimal 133 224 26 0.41 0 0.88 0.12 87.58 0.79 0.49
Hex 85 E0 1A 29 0 58 C 58 4F 31
Octal 205 340 32 51 0 130 14 130 117 61
Binary 10000101 11100000 11010 101001 0 1011000 1100 1011000 1001111 110001

Color Harmonies of #85E01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E01A

Black with #85E01A

Text Example


Text Example

White with #85E01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,26); }

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

background-color css

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

 a { background-color: rgb(133,224,26); }

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

border-color css

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

 span { border-color: rgb(133,224,26); }

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