Html Css Color HEX #85EC8B Light Green

📋 copy color: '#85EC8B'

red 133 ◦ green 236 ◦ blue 139

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

Shades of Light Green #85EC8B

Tints of Light Green #85EC8B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.46%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 26.18%
G = 46.46%
B = 27.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#85EC8B (or 0x85EC8B) is known color: Light Green. HEX triplet: 85, EC and 8B. RGB value is (133,236,139). Sum of RGB (Red+Green+Blue) = 133+236+139=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC8B is #7A1374. Grayscale: #C2C2C2. Windows color (decimal): -8000373 or 9170053. OLE color: 9170053.

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

Color convert

RGB 133 236 139 -
CMYK 0.44 0 0.41 0.07
HSL 123.5º 0.73% 0.72% -
HSV(B) 123.5º 0.44% 0.93% -
XYZ 44.33 66.84 34.99 -
YUV 194.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 133 236 139 0.44 0 0.41 0.07 123.5 0.73 0.72
Hex 85 EC 8B 2C 0 29 7 7B 49 48
Octal 205 354 213 54 0 51 7 173 111 110
Binary 10000101 11101100 10001011 101100 0 101001 111 1111011 1001001 1001000

Color Harmonies of #85EC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC8B

Black with #85EC8B

Text Example


Text Example

White with #85EC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,139); }

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

background-color css

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

 a { background-color: rgb(133,236,139); }

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

border-color css

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

 span { border-color: rgb(133,236,139); }

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