Html Css Color HEX #07BC33 Dark Pastel Green

📋 copy color: '#07BC33'

red 7 ◦ green 188 ◦ blue 51

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

Shades of Dark Pastel Green #07BC33

Tints of Dark Pastel Green #07BC33

RGB

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

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

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

R = 2.85%
G = 76.42%
B = 20.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#07BC33 (or 0x07BC33) is known color: Dark Pastel Green. HEX triplet: 07, BC and 33. RGB value is (7,188,51). Sum of RGB (Red+Green+Blue) = 7+188+51=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC33 is #F843CC. Grayscale: #767676. Windows color (decimal): -16270285 or 3390471. OLE color: 3390471.

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

Color convert

RGB 7 188 51 -
CMYK 0.96 0 0.73 0.26
HSL 134.59º 0.93% 0.38% -
HSV(B) 134.59º 0.96% 0.74% -
XYZ 18.67 36.25 9.15 -
YUV 118.26 90.03 48.64 -
System Red Green Blue C M Y K H S L
Decimal 7 188 51 0.96 0 0.73 0.26 134.59 0.93 0.38
Hex 7 BC 33 60 0 49 1A 87 5D 26
Octal 7 274 63 140 0 111 32 207 135 46
Binary 111 10111100 110011 1100000 0 1001001 11010 10000111 1011101 100110

Color Harmonies of #07BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC33

Black with #07BC33

Text Example


Text Example

White with #07BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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