Html Css Color HEX #72F386 Pastel Green

📋 copy color: '#72F386'

red 114 ◦ green 243 ◦ blue 134

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

Shades of Pastel Green #72F386

Tints of Pastel Green #72F386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.49%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 23.22%
G = 49.49%
B = 27.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#72F386 (or 0x72F386) is known color: Pastel Green. HEX triplet: 72, F3 and 86. RGB value is (114,243,134). Sum of RGB (Red+Green+Blue) = 114+243+134=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #72F386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F386 is #8D0C79. Grayscale: #C0C0C0. Windows color (decimal): -9243770 or 8844146. OLE color: 8844146.

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

Color convert

RGB 114 243 134 -
CMYK 0.53 0 0.45 0.05
HSL 129.3º 0.84% 0.7% -
HSV(B) 129.3º 0.53% 0.95% -
XYZ 43.29 69.4 33.67 -
YUV 192 95.26 72.36 -
System Red Green Blue C M Y K H S L
Decimal 114 243 134 0.53 0 0.45 0.05 129.3 0.84 0.7
Hex 72 F3 86 35 0 2D 5 81 54 46
Octal 162 363 206 65 0 55 5 201 124 106
Binary 1110010 11110011 10000110 110101 0 101101 101 10000001 1010100 1000110

Color Harmonies of #72F386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F386

Black with #72F386

Text Example


Text Example

White with #72F386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,243,134); }

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

background-color css

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

 a { background-color: rgb(114,243,134); }

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

border-color css

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

 span { border-color: rgb(114,243,134); }

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