Html Css Color HEX #07BB32 Dark Pastel Green

📋 copy color: '#07BB32'

red 7 ◦ green 187 ◦ blue 50

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

Shades of Dark Pastel Green #07BB32

Tints of Dark Pastel Green #07BB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 2.87%
G = 76.64%
B = 20.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#07BB32 (or 0x07BB32) is known color: Dark Pastel Green. HEX triplet: 07, BB and 32. RGB value is (7,187,50). Sum of RGB (Red+Green+Blue) = 7+187+50=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 187 (73.44% from 255 or 76.64% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB32 is #F844CD. Grayscale: #757575. Windows color (decimal): -16270542 or 3324679. OLE color: 3324679.

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

Color convert

RGB 7 187 50 -
CMYK 0.96 0 0.73 0.27
HSL 134.33º 0.93% 0.38% -
HSV(B) 134.33º 0.96% 0.73% -
XYZ 18.43 35.82 8.96 -
YUV 117.56 89.87 49.14 -
System Red Green Blue C M Y K H S L
Decimal 7 187 50 0.96 0 0.73 0.27 134.33 0.93 0.38
Hex 7 BB 32 60 0 49 1B 86 5D 26
Octal 7 273 62 140 0 111 33 206 135 46
Binary 111 10111011 110010 1100000 0 1001001 11011 10000110 1011101 100110

Color Harmonies of #07BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB32

Black with #07BB32

Text Example


Text Example

White with #07BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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