Html Css Color HEX #07BB42 Dark Pastel Green

📋 copy color: '#07BB42'

red 7 ◦ green 187 ◦ blue 66

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

Shades of Dark Pastel Green #07BB42

Tints of Dark Pastel Green #07BB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 2.69%
G = 71.92%
B = 25.38%

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

#07BB42 (or 0x07BB42) is known color: Dark Pastel Green. HEX triplet: 07, BB and 42. RGB value is (7,187,66). Sum of RGB (Red+Green+Blue) = 7+187+66=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 187 (73.44% from 255 or 71.92% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB42 is #F844BD. Grayscale: #777777. Windows color (decimal): -16270526 or 4373255. OLE color: 4373255.

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

Color convert

RGB 7 187 66 -
CMYK 0.96 0 0.65 0.27
HSL 139.67º 0.93% 0.38% -
HSV(B) 139.67º 0.96% 0.73% -
XYZ 18.84 35.98 11.11 -
YUV 119.39 97.87 47.84 -
System Red Green Blue C M Y K H S L
Decimal 7 187 66 0.96 0 0.65 0.27 139.67 0.93 0.38
Hex 7 BB 42 60 0 41 1B 8C 5D 26
Octal 7 273 102 140 0 101 33 214 135 46
Binary 111 10111011 1000010 1100000 0 1000001 11011 10001100 1011101 100110

Color Harmonies of #07BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB42

Black with #07BB42

Text Example


Text Example

White with #07BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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