#72F298

Color #72F298 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #72F298

Tints of Light Green #72F298

Color information

#72F298 (or 0x72F298) is unknown color: approx Light Green. HEX triplet: 72, F2 and 98. RGB value is (114,242,152). Sum of RGB (Red+Green+Blue) = 114+242+152=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #72F298 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F298 is #8D0D67. Grayscale: #C1C1C1. Windows color (decimal): -9244008 or 10023538. OLE color: 10023538.

HSL color Cylindrical-coordinate representation of color #72F298: hue angle of 137.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F298 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB114242152-
CMYK0.5300.370.05
HSL137.81º83.12%69.8%-
HSV(B)137.81º52.89%94.9%-
XYZ44.3669.3540.75-
YUV193.47104.5971.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=22.44%
G=47.64%
B=29.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142421520.5300.370.05137.8183.1269.8
Hex72F2983502558a5346
Octal162362230650455212123106
Binary1110010111100101001100011010101001011011000101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,242,152); }

 H1.HeaderClassName
 {
   color: #72F298;
 }
 .AnyTagClassName
 {
   color: #72F298;
 }
</style>
background-color css

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

 a { background-color: rgb(114,242,152); }

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

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

 span { border-color: rgb(114,242,152); }

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