Html Css Color HEX #07BA33 Dark Pastel Green

📋 copy color: '#07BA33'

red 7 ◦ green 186 ◦ blue 51

#07BA33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #07BA33

Tints of Dark Pastel Green #07BA33

RGB

 RED value IS 7 (3.13% from 255) = 2.87%

 GREEN value IS 186 (73.05% from 255) = 76.23%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 2.87%
G = 76.23%
B = 20.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#07BA33 (or 0x07BA33) is known color: Dark Pastel Green. HEX triplet: 07, BA and 33. RGB value is (7,186,51). Sum of RGB (Red+Green+Blue) = 7+186+51=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 186 (73.05% from 255 or 76.23% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA33 is #F845CC. Grayscale: #757575. Windows color (decimal): -16270797 or 3389959. OLE color: 3389959.

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

Color convert

RGB 7 186 51 -
CMYK 0.96 0 0.73 0.27
HSL 134.75º 0.93% 0.38% -
HSV(B) 134.75º 0.96% 0.73% -
XYZ 18.24 35.4 9 -
YUV 117.09 90.7 49.48 -
System Red Green Blue C M Y K H S L
Decimal 7 186 51 0.96 0 0.73 0.27 134.75 0.93 0.38
Hex 7 BA 33 60 0 49 1B 87 5D 26
Octal 7 272 63 140 0 111 33 207 135 46
Binary 111 10111010 110011 1100000 0 1001001 11011 10000111 1011101 100110

Color Harmonies of #07BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA33

Black with #07BA33

Text Example


Text Example

White with #07BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,51); }

 H1.HeaderClassName
 {
   color: #07BA33;
 }
 .AnyTagClassName
 {
   color: #07BA33;
 }
</style>

background-color css

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

 a { background-color: rgb(7,186,51); }

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

border-color css

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

 span { border-color: rgb(7,186,51); }

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