Html Css Color HEX #7BF072 Pastel Green

📋 copy color: '#7BF072'

red 123 ◦ green 240 ◦ blue 114

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

Shades of Pastel Green #7BF072

Tints of Pastel Green #7BF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.31%

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

R = 25.79%
G = 50.31%
B = 23.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#7BF072 (or 0x7BF072) is known color: Pastel Green. HEX triplet: 7B, F0 and 72. RGB value is (123,240,114). Sum of RGB (Red+Green+Blue) = 123+240+114=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF072 is #840F8D. Grayscale: #BFBFBF. Windows color (decimal): -8654734 or 7532667. OLE color: 7532667.

HSL color Cylindrical-coordinate representation of color #7BF072: hue angle of 115.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BF072 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 240 114 -
CMYK 0.49 0 0.52 0.06
HSL 115.71º 0.81% 0.69% -
HSV(B) 115.71º 0.53% 0.94% -
XYZ 42.37 67.75 26.76 -
YUV 190.65 84.74 79.75 -
System Red Green Blue C M Y K H S L
Decimal 123 240 114 0.49 0 0.52 0.06 115.71 0.81 0.69
Hex 7B F0 72 31 0 34 6 74 51 45
Octal 173 360 162 61 0 64 6 164 121 105
Binary 1111011 11110000 1110010 110001 0 110100 110 1110100 1010001 1000101

Color Harmonies of #7BF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF072

Black with #7BF072

Text Example


Text Example

White with #7BF072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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