#7BF084

Color #7BF084 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7BF084

Tints of Pastel Green #7BF084

Color information

#7BF084 (or 0x7BF084) is unknown color: approx Pastel Green. HEX triplet: 7B, F0 and 84. RGB value is (123,240,132). Sum of RGB (Red+Green+Blue) = 123+240+132=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF084 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF084 is #840F7B. Grayscale: #C1C1C1. Windows color (decimal): -8654716 or 8712315. OLE color: 8712315.

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

Color convert

RGB123240132-
CMYK0.4900.450.06
HSL124.62º79.59%71.18%-
HSV(B)124.62º48.75%94.12%-
XYZ43.4968.232.7-
YUV192.793.7478.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=24.85%
G=48.48%
B=26.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232401320.4900.450.06124.6279.5971.18
Hex7BF0843102D67d5047
Octal173360204610556175120107
Binary111101111110000100001001100010101101110111110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BF084;
 }
 .AnyTagClassName
 {
   color: #7BF084;
 }
</style>
background-color css

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

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

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

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

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

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