#07BC50

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

Shades of Dark Pastel Green #07BC50

Tints of Dark Pastel Green #07BC50

Color information

#07BC50 (or 0x07BC50) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BC and 50. RGB value is (7,188,80). Sum of RGB (Red+Green+Blue) = 7+188+80=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC50 is #F843AF. Grayscale: #797979. Windows color (decimal): -16270256 or 5291015. OLE color: 5291015.

HSL color Cylindrical-coordinate representation of color #07BC50: hue angle of 144.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC50 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB718880-
CMYK0.9600.570.26
HSL144.2º92.82%38.24%-
HSV(B)144.2º96.28%73.73%-
XYZ19.5236.5913.62-
YUV121.57104.5346.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 188 (73.83% from 255) = 68.36%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=2.55%
G=68.36%
B=29.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7188800.9600.570.26144.292.8238.24
Hex7BC50600391A905d26
Octal72741201400713222013546
Binary1111011110010100001100000011100111010100100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07BC50; }

 p { color: rgb(7,188,80); }

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

<style>
 a { background-color: #07BC50; }

 a { background-color: rgb(7,188,80); }

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

<style>
 span { border-color: #07BC50; }

 span { border-color: rgb(7,188,80); }

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