Html Css Color HEX #72FBA1 Light Green

📋 copy color: '#72FBA1'

red 114 ◦ green 251 ◦ blue 161

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

Shades of Light Green #72FBA1

Tints of Light Green #72FBA1

RGB

 RED value IS 114 (44.92% from 255) = 21.67%

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 21.67%
G = 47.72%
B = 30.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#72FBA1 (or 0x72FBA1) is known color: Light Green. HEX triplet: 72, FB and A1. RGB value is (114,251,161). Sum of RGB (Red+Green+Blue) = 114+251+161=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FBA1 is #8D045E. Grayscale: #C8C8C8. Windows color (decimal): -9241695 or 10615666. OLE color: 10615666.

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

Color convert

RGB 114 251 161 -
CMYK 0.55 0 0.36 0.02
HSL 140.58º 0.94% 0.72% -
HSV(B) 140.58º 0.55% 0.98% -
XYZ 47.87 75.14 45.7 -
YUV 199.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 114 251 161 0.55 0 0.36 0.02 140.58 0.94 0.72
Hex 72 FB A1 37 0 24 2 8D 5E 48
Octal 162 373 241 67 0 44 2 215 136 110
Binary 1110010 11111011 10100001 110111 0 100100 10 10001101 1011110 1001000

Color Harmonies of #72FBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FBA1

Black with #72FBA1

Text Example


Text Example

White with #72FBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72FBA1; }

 p { color: rgb(114,251,161); }

 H1.HeaderClassName
 {
   color: #72FBA1;
 }
 .AnyTagClassName
 {
   color: #72FBA1;
 }
</style>

background-color css

<style>
 a { background-color: #72FBA1; }

 a { background-color: rgb(114,251,161); }

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

border-color css

<style>
 span { border-color: #72FBA1; }

 span { border-color: rgb(114,251,161); }

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