Html Css Color HEX #72FF94 Light Green

📋 copy color: '#72FF94'

red 114 ◦ green 255 ◦ blue 148

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

Shades of Light Green #72FF94

Tints of Light Green #72FF94

RGB

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

 GREEN value IS 255 (100% from 255) = 49.32%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 22.05%
G = 49.32%
B = 28.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#72FF94 (or 0x72FF94) is known color: Light Green. HEX triplet: 72, FF and 94. RGB value is (114,255,148). Sum of RGB (Red+Green+Blue) = 114+255+148=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FF94 is #8D006B. Grayscale: #C8C8C8. Windows color (decimal): -9240684 or 9764722. OLE color: 9764722.

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

Color convert

RGB 114 255 148 -
CMYK 0.55 0 0.42 0
HSL 134.47º 1% 0.72% -
HSV(B) 134.47º 0.55% 1% -
XYZ 48.04 77.24 40.39 -
YUV 200.64 98.29 66.2 -
System Red Green Blue C M Y K H S L
Decimal 114 255 148 0.55 0 0.42 0 134.47 1 0.72
Hex 72 FF 94 37 0 2A 0 86 64 48
Octal 162 377 224 67 0 52 0 206 144 110
Binary 1110010 11111111 10010100 110111 0 101010 0 10000110 1100100 1001000

Color Harmonies of #72FF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FF94

Black with #72FF94

Text Example


Text Example

White with #72FF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,255,148); }

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

background-color css

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

 a { background-color: rgb(114,255,148); }

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

border-color css

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

 span { border-color: rgb(114,255,148); }

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