#07D882

Color #07D882 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #07D882

Tints of Caribbean Green #07D882

Color information

#07D882 (or 0x07D882) is unknown color: approx Caribbean Green. HEX triplet: 07, D8 and 82. RGB value is (7,216,130). Sum of RGB (Red+Green+Blue) = 7+216+130=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #07D882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D882 is #F8277D. Grayscale: #8F8F8F. Windows color (decimal): -16263038 or 8574983. OLE color: 8574983.

HSL color Cylindrical-coordinate representation of color #07D882: hue angle of 155.31º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D882 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB7216130-
CMYK0.9700.400.15
HSL155.31º93.72%43.73%-
HSV(B)155.31º96.76%84.71%-
XYZ28.6750.7729.41-
YUV143.7120.2630.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.98%
GREEN value IS 216 (84.77% from 255) = 61.19%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=1.98%
G=61.19%
B=36.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72161300.9700.400.15155.3193.7243.73
Hex7D88261028F9b5e2c
Octal73302021410501723313654
Binary1111101100010000010110000101010001111100110111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,216,130); }

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

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

 a { background-color: rgb(7,216,130); }

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

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

 span { border-color: rgb(7,216,130); }

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