Html Css Color HEX #85EB90 Light Green

📋 copy color: '#85EB90'

red 133 ◦ green 235 ◦ blue 144

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

Shades of Light Green #85EB90

Tints of Light Green #85EB90

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 25.98%
G = 45.9%
B = 28.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#85EB90 (or 0x85EB90) is known color: Light Green. HEX triplet: 85, EB and 90. RGB value is (133,235,144). Sum of RGB (Red+Green+Blue) = 133+235+144=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB90 is #7A146F. Grayscale: #C2C2C2. Windows color (decimal): -8000624 or 9497477. OLE color: 9497477.

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

Color convert

RGB 133 235 144 -
CMYK 0.43 0 0.39 0.08
HSL 126.47º 0.72% 0.72% -
HSV(B) 126.47º 0.43% 0.92% -
XYZ 44.42 66.42 36.86 -
YUV 194.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 133 235 144 0.43 0 0.39 0.08 126.47 0.72 0.72
Hex 85 EB 90 2B 0 27 8 7E 48 48
Octal 205 353 220 53 0 47 10 176 110 110
Binary 10000101 11101011 10010000 101011 0 100111 1000 1111110 1001000 1001000

Color Harmonies of #85EB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB90

Black with #85EB90

Text Example


Text Example

White with #85EB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,144); }

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

background-color css

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

 a { background-color: rgb(133,235,144); }

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

border-color css

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

 span { border-color: rgb(133,235,144); }

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