#07BE20

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

Shades of Dark Pastel Green #07BE20

Tints of Dark Pastel Green #07BE20

Color information

#07BE20 (or 0x07BE20) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BE and 20. RGB value is (7,190,32). Sum of RGB (Red+Green+Blue) = 7+190+32=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 190 (74.61% from 255 or 82.97% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE20 is #F841DF. Grayscale: #757575. Windows color (decimal): -16269792 or 2145799. OLE color: 2145799.

HSL color Cylindrical-coordinate representation of color #07BE20: hue angle of 128.2º 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 #07BE20 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB719032-
CMYK0.9600.830.25
HSL128.2º92.89%38.63%-
HSV(B)128.2º96.32%74.51%-
XYZ18.7636.987.51-
YUV117.2779.8749.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.06%
GREEN value IS 190 (74.61% from 255) = 82.97%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=3.06%
G=82.97%
B=13.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7190320.9600.830.25128.292.8938.63
Hex7BE206005319805d27
Octal72764014001233120013547
Binary1111011111010000011000000101001111001100000001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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