#07D07A

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

Shades of Caribbean Green #07D07A

Tints of Caribbean Green #07D07A

Color information

#07D07A (or 0x07D07A) is unknown color: approx Caribbean Green. HEX triplet: 07, D0 and 7A. RGB value is (7,208,122). Sum of RGB (Red+Green+Blue) = 7+208+122=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #07D07A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D07A is #F82F85. Grayscale: #8A8A8A. Windows color (decimal): -16265094 or 8048647. OLE color: 8048647.

HSL color Cylindrical-coordinate representation of color #07D07A: hue angle of 154.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D07A is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB7208122-
CMYK0.9700.410.18
HSL154.33º93.49%42.16%-
HSV(B)154.33º96.63%81.57%-
XYZ26.1646.5626.02-
YUV138.1118.9134.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 208 (81.64% from 255) = 61.72%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=2.08%
G=61.72%
B=36.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72081220.9700.410.18154.3393.4942.16
Hex7D07A61029129a5d2a
Octal73201721410512223213552
Binary1111101000011110101100001010100110010100110101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,208,122); }

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

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

 a { background-color: rgb(7,208,122); }

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

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

 span { border-color: rgb(7,208,122); }

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