Html Css Color HEX #07BC4D Dark Pastel Green

📋 copy color: '#07BC4D'

red 7 ◦ green 188 ◦ blue 77

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

Shades of Dark Pastel Green #07BC4D

Tints of Dark Pastel Green #07BC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.12%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 2.57%
G = 69.12%
B = 28.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#07BC4D (or 0x07BC4D) is known color: Dark Pastel Green. HEX triplet: 07, BC and 4D. RGB value is (7,188,77). Sum of RGB (Red+Green+Blue) = 7+188+77=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC4D is #F843B2. Grayscale: #797979. Windows color (decimal): -16270259 or 5094407. OLE color: 5094407.

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

Color convert

RGB 7 188 77 -
CMYK 0.96 0 0.59 0.26
HSL 143.2º 0.93% 0.38% -
HSV(B) 143.2º 0.96% 0.74% -
XYZ 19.41 36.55 13.05 -
YUV 121.23 103.03 46.53 -
System Red Green Blue C M Y K H S L
Decimal 7 188 77 0.96 0 0.59 0.26 143.2 0.93 0.38
Hex 7 BC 4D 60 0 3B 1A 8F 5D 26
Octal 7 274 115 140 0 73 32 217 135 46
Binary 111 10111100 1001101 1100000 0 111011 11010 10001111 1011101 100110

Color Harmonies of #07BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC4D

Black with #07BC4D

Text Example


Text Example

White with #07BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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