Html Css Color HEX #7BF272 Pastel Green

📋 copy color: '#7BF272'

red 123 ◦ green 242 ◦ blue 114

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

Shades of Pastel Green #7BF272

Tints of Pastel Green #7BF272

RGB

 RED value IS 123 (48.44% from 255) = 25.68%

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

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 25.68%
G = 50.52%
B = 23.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#7BF272 (or 0x7BF272) is known color: Pastel Green. HEX triplet: 7B, F2 and 72. RGB value is (123,242,114). Sum of RGB (Red+Green+Blue) = 123+242+114=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF272 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF272 is #840D8D. Grayscale: #C0C0C0. Windows color (decimal): -8654222 or 7533179. OLE color: 7533179.

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

Color convert

RGB 123 242 114 -
CMYK 0.49 0 0.53 0.05
HSL 115.78º 0.83% 0.7% -
HSV(B) 115.78º 0.53% 0.95% -
XYZ 42.96 68.93 26.96 -
YUV 191.83 84.08 78.91 -
System Red Green Blue C M Y K H S L
Decimal 123 242 114 0.49 0 0.53 0.05 115.78 0.83 0.7
Hex 7B F2 72 31 0 35 5 74 53 46
Octal 173 362 162 61 0 65 5 164 123 106
Binary 1111011 11110010 1110010 110001 0 110101 101 1110100 1010011 1000110

Color Harmonies of #7BF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF272

Black with #7BF272

Text Example


Text Example

White with #7BF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BF272; }

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

 H1.HeaderClassName
 {
   color: #7BF272;
 }
 .AnyTagClassName
 {
   color: #7BF272;
 }
</style>

background-color css

<style>
 a { background-color: #7BF272; }

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

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

border-color css

<style>
 span { border-color: #7BF272; }

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

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