Html Css Color HEX #85EF9B Light Green

📋 copy color: '#85EF9B'

red 133 ◦ green 239 ◦ blue 155

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

Shades of Light Green #85EF9B

Tints of Light Green #85EF9B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 25.24%
G = 45.35%
B = 29.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#85EF9B (or 0x85EF9B) is known color: Light Green. HEX triplet: 85, EF and 9B. RGB value is (133,239,155). Sum of RGB (Red+Green+Blue) = 133+239+155=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF9B is #7A1064. Grayscale: #C5C5C5. Windows color (decimal): -7999589 or 10219397. OLE color: 10219397.

HSL color Cylindrical-coordinate representation of color #85EF9B: hue angle of 132.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EF9B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 155 -
CMYK 0.44 0 0.35 0.06
HSL 132.45º 0.77% 0.73% -
HSV(B) 132.45º 0.44% 0.94% -
XYZ 46.46 69.09 41.9 -
YUV 197.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 133 239 155 0.44 0 0.35 0.06 132.45 0.77 0.73
Hex 85 EF 9B 2C 0 23 6 84 4D 49
Octal 205 357 233 54 0 43 6 204 115 111
Binary 10000101 11101111 10011011 101100 0 100011 110 10000100 1001101 1001001

Color Harmonies of #85EF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF9B

Black with #85EF9B

Text Example


Text Example

White with #85EF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,155); }

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

background-color css

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

 a { background-color: rgb(133,239,155); }

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

border-color css

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

 span { border-color: rgb(133,239,155); }

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