#07BC21

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

Shades of Dark Pastel Green #07BC21

Tints of Dark Pastel Green #07BC21

Color information

#07BC21 (or 0x07BC21) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BC and 21. RGB value is (7,188,33). Sum of RGB (Red+Green+Blue) = 7+188+33=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC21 is #F843DE. Grayscale: #747474. Windows color (decimal): -16270303 or 2210823. OLE color: 2210823.

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

Color convert

RGB718833-
CMYK0.9600.820.26
HSL128.62º92.82%38.24%-
HSV(B)128.62º96.28%73.73%-
XYZ18.3536.127.44-
YUV116.2181.0350.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 188 (73.83% from 255) = 82.46%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=3.07%
G=82.46%
B=14.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7188330.9600.820.26128.6292.8238.24
Hex7BC21600521A815d26
Octal72744114001223220113546
Binary1111011110010000111000000101001011010100000011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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