Html Css Color HEX #72F690 Light Green

📋 copy color: '#72F690'

red 114 ◦ green 246 ◦ blue 144

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

Shades of Light Green #72F690

Tints of Light Green #72F690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.81%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 22.62%
G = 48.81%
B = 28.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#72F690 (or 0x72F690) is known color: Light Green. HEX triplet: 72, F6 and 90. RGB value is (114,246,144). Sum of RGB (Red+Green+Blue) = 114+246+144=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #72F690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F690 is #8D096F. Grayscale: #C3C3C3. Windows color (decimal): -9242992 or 9500274. OLE color: 9500274.

HSL color Cylindrical-coordinate representation of color #72F690: hue angle of 133.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F690 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 246 144 -
CMYK 0.54 0 0.41 0.04
HSL 133.64º 0.88% 0.71% -
HSV(B) 133.64º 0.54% 0.96% -
XYZ 44.93 71.5 37.82 -
YUV 194.9 99.27 70.29 -
System Red Green Blue C M Y K H S L
Decimal 114 246 144 0.54 0 0.41 0.04 133.64 0.88 0.71
Hex 72 F6 90 36 0 29 4 86 58 47
Octal 162 366 220 66 0 51 4 206 130 107
Binary 1110010 11110110 10010000 110110 0 101001 100 10000110 1011000 1000111

Color Harmonies of #72F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F690

Black with #72F690

Text Example


Text Example

White with #72F690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,246,144); }

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

background-color css

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

 a { background-color: rgb(114,246,144); }

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

border-color css

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

 span { border-color: rgb(114,246,144); }

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