Html Css Color HEX #73F27D Pastel Green

📋 copy color: '#73F27D'

red 115 ◦ green 242 ◦ blue 125

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

Shades of Pastel Green #73F27D

Tints of Pastel Green #73F27D

RGB

 RED value IS 115 (45.31% from 255) = 23.86%

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 23.86%
G = 50.21%
B = 25.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#73F27D (or 0x73F27D) is known color: Pastel Green. HEX triplet: 73, F2 and 7D. RGB value is (115,242,125). Sum of RGB (Red+Green+Blue) = 115+242+125=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #73F27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F27D is #8C0D82. Grayscale: #BFBFBF. Windows color (decimal): -9178499 or 8254067. OLE color: 8254067.

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

Color convert

RGB 115 242 125 -
CMYK 0.52 0 0.48 0.05
HSL 124.72º 0.83% 0.7% -
HSV(B) 124.72º 0.52% 0.95% -
XYZ 42.52 68.63 30.41 -
YUV 190.69 90.92 74.01 -
System Red Green Blue C M Y K H S L
Decimal 115 242 125 0.52 0 0.48 0.05 124.72 0.83 0.7
Hex 73 F2 7D 34 0 30 5 7D 53 46
Octal 163 362 175 64 0 60 5 175 123 106
Binary 1110011 11110010 1111101 110100 0 110000 101 1111101 1010011 1000110

Color Harmonies of #73F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F27D

Black with #73F27D

Text Example


Text Example

White with #73F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73F27D; }

 p { color: rgb(115,242,125); }

 H1.HeaderClassName
 {
   color: #73F27D;
 }
 .AnyTagClassName
 {
   color: #73F27D;
 }
</style>

background-color css

<style>
 a { background-color: #73F27D; }

 a { background-color: rgb(115,242,125); }

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

border-color css

<style>
 span { border-color: #73F27D; }

 span { border-color: rgb(115,242,125); }

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