Html Css Color HEX #85E28A Light Green

📋 copy color: '#85E28A'

red 133 ◦ green 226 ◦ blue 138

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

Shades of Light Green #85E28A

Tints of Light Green #85E28A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.47%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 26.76%
G = 45.47%
B = 27.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#85E28A (or 0x85E28A) is known color: Light Green. HEX triplet: 85, E2 and 8A. RGB value is (133,226,138). Sum of RGB (Red+Green+Blue) = 133+226+138=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #85E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E28A is #7A1D75. Grayscale: #BCBCBC. Windows color (decimal): -8002934 or 9101957. OLE color: 9101957.

HSL color Cylindrical-coordinate representation of color #85E28A: hue angle of 123.23º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E28A is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 138 -
CMYK 0.41 0 0.39 0.11
HSL 123.23º 0.62% 0.7% -
HSV(B) 123.23º 0.41% 0.89% -
XYZ 41.46 61.21 33.68 -
YUV 188.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 133 226 138 0.41 0 0.39 0.11 123.23 0.62 0.7
Hex 85 E2 8A 29 0 27 B 7B 3E 46
Octal 205 342 212 51 0 47 13 173 76 106
Binary 10000101 11100010 10001010 101001 0 100111 1011 1111011 111110 1000110

Color Harmonies of #85E28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E28A

Black with #85E28A

Text Example


Text Example

White with #85E28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,138); }

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

background-color css

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

 a { background-color: rgb(133,226,138); }

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

border-color css

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

 span { border-color: rgb(133,226,138); }

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