Html Css Color HEX #07BA39 Dark Pastel Green

📋 copy color: '#07BA39'

red 7 ◦ green 186 ◦ blue 57

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

Shades of Dark Pastel Green #07BA39

Tints of Dark Pastel Green #07BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 2.8%
G = 74.4%
B = 22.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#07BA39 (or 0x07BA39) is known color: Dark Pastel Green. HEX triplet: 07, BA and 39. RGB value is (7,186,57). Sum of RGB (Red+Green+Blue) = 7+186+57=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA39 is #F845C6. Grayscale: #767676. Windows color (decimal): -16270791 or 3783175. OLE color: 3783175.

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

Color convert

RGB 7 186 57 -
CMYK 0.96 0 0.69 0.27
HSL 136.76º 0.93% 0.38% -
HSV(B) 136.76º 0.96% 0.73% -
XYZ 18.39 35.46 9.75 -
YUV 117.77 93.7 48.99 -
System Red Green Blue C M Y K H S L
Decimal 7 186 57 0.96 0 0.69 0.27 136.76 0.93 0.38
Hex 7 BA 39 60 0 45 1B 89 5D 26
Octal 7 272 71 140 0 105 33 211 135 46
Binary 111 10111010 111001 1100000 0 1000101 11011 10001001 1011101 100110

Color Harmonies of #07BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA39

Black with #07BA39

Text Example


Text Example

White with #07BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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