#0fd77f

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

Shades of Caribbean Green #0FD77F

Tints of Caribbean Green #0FD77F

Color information

#0FD77F (or 0x0FD77F) is unknown color: approx Caribbean Green. HEX triplet: 0F, D7 and 7F. RGB value is (15,215,127). Sum of RGB (Red+Green+Blue) = 15+215+127=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD77F is #F02880. Grayscale: #919191. Windows color (decimal): -15739009 or 8378127. OLE color: 8378127.

HSL color Cylindrical-coordinate representation of color #0FD77F: hue angle of 153.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD77F is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB15215127-
CMYK0.9300.410.16
HSL153.6º86.96%45.1%-
HSV(B)153.6º93.02%84.31%-
XYZ28.3350.2328.28-
YUV145.17117.7435.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 215 (84.38% from 255) = 60.22%
BLUE value IS 127 (50% from 255) = 35.57%
R=4.20%
G=60.22%
B=35.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152151270.9300.410.16153.686.9645.1
HexFD77F5D029109a572d
Octal173271771350512023212755
Binary11111101011111111111011101010100110000100110101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fd77f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0fd77f; }

 p { color: rgb(15,215,127); }

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

<style>
 a { background-color: #0fd77f; }

 a { background-color: rgb(15,215,127); }

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

<style>
 span { border-color: #0fd77f; }

 span { border-color: rgb(15,215,127); }

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