Html Css Color HEX #83ED96 Light Green

📋 copy color: '#83ED96'

red 131 ◦ green 237 ◦ blue 150

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

Shades of Light Green #83ED96

Tints of Light Green #83ED96

RGB

 RED value IS 131 (51.56% from 255) = 25.29%

 GREEN value IS 237 (92.97% from 255) = 45.75%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 25.29%
G = 45.75%
B = 28.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#83ED96 (or 0x83ED96) is known color: Light Green. HEX triplet: 83, ED and 96. RGB value is (131,237,150). Sum of RGB (Red+Green+Blue) = 131+237+150=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83ED96 is #7C1269. Grayscale: #C3C3C3. Windows color (decimal): -8131178 or 9891203. OLE color: 9891203.

HSL color Cylindrical-coordinate representation of color #83ED96: hue angle of 130.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83ED96 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 237 150 -
CMYK 0.45 0 0.37 0.07
HSL 130.75º 0.75% 0.72% -
HSV(B) 130.75º 0.45% 0.93% -
XYZ 45.15 67.6 39.52 -
YUV 195.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 131 237 150 0.45 0 0.37 0.07 130.75 0.75 0.72
Hex 83 ED 96 2D 0 25 7 83 4B 48
Octal 203 355 226 55 0 45 7 203 113 110
Binary 10000011 11101101 10010110 101101 0 100101 111 10000011 1001011 1001000

Color Harmonies of #83ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ED96

Black with #83ED96

Text Example


Text Example

White with #83ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83ED96; }

 p { color: rgb(131,237,150); }

 H1.HeaderClassName
 {
   color: #83ED96;
 }
 .AnyTagClassName
 {
   color: #83ED96;
 }
</style>

background-color css

<style>
 a { background-color: #83ED96; }

 a { background-color: rgb(131,237,150); }

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

border-color css

<style>
 span { border-color: #83ED96; }

 span { border-color: rgb(131,237,150); }

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