#07CF87

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

Shades of Caribbean Green #07CF87

Tints of Caribbean Green #07CF87

Color information

#07CF87 (or 0x07CF87) is unknown color: approx Caribbean Green. HEX triplet: 07, CF and 87. RGB value is (7,207,135). Sum of RGB (Red+Green+Blue) = 7+207+135=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CF87 is #F83078. Grayscale: #8B8B8B. Windows color (decimal): -16265337 or 8900359. OLE color: 8900359.

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

Color convert

RGB7207135-
CMYK0.9700.350.19
HSL158.4º93.46%41.96%-
HSV(B)158.4º96.62%81.18%-
XYZ26.7746.4230.47-
YUV138.99125.7433.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.01%
GREEN value IS 207 (81.25% from 255) = 59.31%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=2.01%
G=59.31%
B=38.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72071350.9700.350.19158.493.4641.96
Hex7CF8761023139e5d2a
Octal73172071410432323613552
Binary11111001111100001111100001010001110011100111101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,207,135); }

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

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

 a { background-color: rgb(7,207,135); }

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

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

 span { border-color: rgb(7,207,135); }

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