Html Css Color HEX #72F288 Pastel Green

📋 copy color: '#72F288'

red 114 ◦ green 242 ◦ blue 136

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

Shades of Pastel Green #72F288

Tints of Pastel Green #72F288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 23.17%
G = 49.19%
B = 27.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#72F288 (or 0x72F288) is known color: Pastel Green. HEX triplet: 72, F2 and 88. RGB value is (114,242,136). Sum of RGB (Red+Green+Blue) = 114+242+136=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #72F288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F288 is #8D0D77. Grayscale: #BFBFBF. Windows color (decimal): -9244024 or 8974962. OLE color: 8974962.

HSL color Cylindrical-coordinate representation of color #72F288: hue angle of 130.31º 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 #72F288 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 242 136 -
CMYK 0.53 0 0.44 0.05
HSL 130.31º 0.83% 0.7% -
HSV(B) 130.31º 0.53% 0.95% -
XYZ 43.14 68.86 34.31 -
YUV 191.64 96.59 72.62 -
System Red Green Blue C M Y K H S L
Decimal 114 242 136 0.53 0 0.44 0.05 130.31 0.83 0.7
Hex 72 F2 88 35 0 2C 5 82 53 46
Octal 162 362 210 65 0 54 5 202 123 106
Binary 1110010 11110010 10001000 110101 0 101100 101 10000010 1010011 1000110

Color Harmonies of #72F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F288

Black with #72F288

Text Example


Text Example

White with #72F288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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