Html Css Color HEX #07BB41 Dark Pastel Green

📋 copy color: '#07BB41'

red 7 ◦ green 187 ◦ blue 65

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

Shades of Dark Pastel Green #07BB41

Tints of Dark Pastel Green #07BB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 2.7%
G = 72.2%
B = 25.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#07BB41 (or 0x07BB41) is known color: Dark Pastel Green. HEX triplet: 07, BB and 41. RGB value is (7,187,65). Sum of RGB (Red+Green+Blue) = 7+187+65=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB41 is #F844BE. Grayscale: #777777. Windows color (decimal): -16270527 or 4307719. OLE color: 4307719.

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

Color convert

RGB 7 187 65 -
CMYK 0.96 0 0.65 0.27
HSL 139.33º 0.93% 0.38% -
HSV(B) 139.33º 0.96% 0.73% -
XYZ 18.81 35.97 10.95 -
YUV 119.27 97.37 47.92 -
System Red Green Blue C M Y K H S L
Decimal 7 187 65 0.96 0 0.65 0.27 139.33 0.93 0.38
Hex 7 BB 41 60 0 41 1B 8B 5D 26
Octal 7 273 101 140 0 101 33 213 135 46
Binary 111 10111011 1000001 1100000 0 1000001 11011 10001011 1011101 100110

Color Harmonies of #07BB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB41

Black with #07BB41

Text Example


Text Example

White with #07BB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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