#07BE48

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

Shades of Dark Pastel Green #07BE48

Tints of Dark Pastel Green #07BE48

Color information

#07BE48 (or 0x07BE48) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BE and 48. RGB value is (7,190,72). Sum of RGB (Red+Green+Blue) = 7+190+72=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE48 is #F841B7. Grayscale: #7A7A7A. Windows color (decimal): -16269752 or 4767239. OLE color: 4767239.

HSL color Cylindrical-coordinate representation of color #07BE48: hue angle of 141.31º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE48 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB719072-
CMYK0.9600.620.25
HSL141.31º92.89%38.63%-
HSV(B)141.31º96.32%74.51%-
XYZ19.6737.3412.3-
YUV121.8399.8746.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.60%
GREEN value IS 190 (74.61% from 255) = 70.63%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=2.60%
G=70.63%
B=26.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7190720.9600.620.25141.3192.8938.63
Hex7BE486003E198d5d27
Octal72761101400763121513547
Binary1111011111010010001100000011111011001100011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,190,72); }

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

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

 a { background-color: rgb(7,190,72); }

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

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

 span { border-color: rgb(7,190,72); }

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