Html Css Color HEX #07BB40 Dark Pastel Green

📋 copy color: '#07BB40'

red 7 ◦ green 187 ◦ blue 64

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

Shades of Dark Pastel Green #07BB40

Tints of Dark Pastel Green #07BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 72.48%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 2.71%
G = 72.48%
B = 24.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#07BB40 (or 0x07BB40) is known color: Dark Pastel Green. HEX triplet: 07, BB and 40. RGB value is (7,187,64). Sum of RGB (Red+Green+Blue) = 7+187+64=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 187 (73.44% from 255 or 72.48% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB40 is #F844BF. Grayscale: #777777. Windows color (decimal): -16270528 or 4242183. OLE color: 4242183.

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

Color convert

RGB 7 187 64 -
CMYK 0.96 0 0.66 0.27
HSL 139º 0.93% 0.38% -
HSV(B) 139º 0.96% 0.73% -
XYZ 18.78 35.96 10.8 -
YUV 119.16 96.87 48 -
System Red Green Blue C M Y K H S L
Decimal 7 187 64 0.96 0 0.66 0.27 139 0.93 0.38
Hex 7 BB 40 60 0 42 1B 8B 5D 26
Octal 7 273 100 140 0 102 33 213 135 46
Binary 111 10111011 1000000 1100000 0 1000010 11011 10001011 1011101 100110

Color Harmonies of #07BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB40

Black with #07BB40

Text Example


Text Example

White with #07BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,187,64); }

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

background-color css

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

 a { background-color: rgb(7,187,64); }

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

border-color css

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

 span { border-color: rgb(7,187,64); }

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