Html Css Color HEX #07BC4C Dark Pastel Green

📋 copy color: '#07BC4C'

red 7 ◦ green 188 ◦ blue 76

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

Shades of Dark Pastel Green #07BC4C

Tints of Dark Pastel Green #07BC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 2.58%
G = 69.37%
B = 28.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#07BC4C (or 0x07BC4C) is known color: Dark Pastel Green. HEX triplet: 07, BC and 4C. RGB value is (7,188,76). Sum of RGB (Red+Green+Blue) = 7+188+76=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC4C is #F843B3. Grayscale: #797979. Windows color (decimal): -16270260 or 5028871. OLE color: 5028871.

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

Color convert

RGB 7 188 76 -
CMYK 0.96 0 0.60 0.26
HSL 142.87º 0.93% 0.38% -
HSV(B) 142.87º 0.96% 0.74% -
XYZ 19.38 36.53 12.87 -
YUV 121.11 102.53 46.61 -
System Red Green Blue C M Y K H S L
Decimal 7 188 76 0.96 0 0.60 0.26 142.87 0.93 0.38
Hex 7 BC 4C 60 0 3C 1A 8F 5D 26
Octal 7 274 114 140 0 74 32 217 135 46
Binary 111 10111100 1001100 1100000 0 111100 11010 10001111 1011101 100110

Color Harmonies of #07BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC4C

Black with #07BC4C

Text Example


Text Example

White with #07BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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