#07BD84

Color #07BD84 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #07BD84

Tints of Mountain Meadow #07BD84

Color information

#07BD84 (or 0x07BD84) is unknown color: approx Mountain Meadow. HEX triplet: 07, BD and 84. RGB value is (7,189,132). Sum of RGB (Red+Green+Blue) = 7+189+132=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD84 is #F8427B. Grayscale: #808080. Windows color (decimal): -16269948 or 8699143. OLE color: 8699143.

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

Color convert

RGB7189132-
CMYK0.9600.300.26
HSL161.21º92.86%38.43%-
HSV(B)161.21º96.3%74.12%-
XYZ22.4538.1128-
YUV128.08130.241.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.13%
GREEN value IS 189 (74.22% from 255) = 57.62%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=2.13%
G=57.62%
B=40.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71891320.9600.300.26161.2192.8638.43
Hex7BD846001E1Aa15d26
Octal72752041400363224113546
Binary1111011110110000100110000001111011010101000011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,189,132); }

 H1.HeaderClassName
 {
   color: #07BD84;
 }
 .AnyTagClassName
 {
   color: #07BD84;
 }
</style>
background-color css

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

 a { background-color: rgb(7,189,132); }

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

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

 span { border-color: rgb(7,189,132); }

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