Html Css Color HEX #76FBA0 Light Green

📋 copy color: '#76FBA0'

red 118 ◦ green 251 ◦ blue 160

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

Shades of Light Green #76FBA0

Tints of Light Green #76FBA0

RGB

 RED value IS 118 (46.48% from 255) = 22.31%

 GREEN value IS 251 (98.44% from 255) = 47.45%

 BLUE value IS 160 (62.89% from 255) = 30.25%

R = 22.31%
G = 47.45%
B = 30.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#76FBA0 (or 0x76FBA0) is known color: Light Green. HEX triplet: 76, FB and A0. RGB value is (118,251,160). Sum of RGB (Red+Green+Blue) = 118+251+160=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FBA0 is #89045F. Grayscale: #C9C9C9. Windows color (decimal): -8979552 or 10550134. OLE color: 10550134.

HSL color Cylindrical-coordinate representation of color #76FBA0: hue angle of 138.95º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FBA0 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 251 160 -
CMYK 0.53 0 0.36 0.02
HSL 138.95º 0.94% 0.72% -
HSV(B) 138.95º 0.53% 0.98% -
XYZ 48.31 75.38 45.26 -
YUV 200.86 104.94 68.9 -
System Red Green Blue C M Y K H S L
Decimal 118 251 160 0.53 0 0.36 0.02 138.95 0.94 0.72
Hex 76 FB A0 35 0 24 2 8B 5E 48
Octal 166 373 240 65 0 44 2 213 136 110
Binary 1110110 11111011 10100000 110101 0 100100 10 10001011 1011110 1001000

Color Harmonies of #76FBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FBA0

Black with #76FBA0

Text Example


Text Example

White with #76FBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FBA0; }

 p { color: rgb(118,251,160); }

 H1.HeaderClassName
 {
   color: #76FBA0;
 }
 .AnyTagClassName
 {
   color: #76FBA0;
 }
</style>

background-color css

<style>
 a { background-color: #76FBA0; }

 a { background-color: rgb(118,251,160); }

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

border-color css

<style>
 span { border-color: #76FBA0; }

 span { border-color: rgb(118,251,160); }

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