#88f13f

Color #88F13F Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #88F13F

Tints of Atlantis #88F13F

Color information

#88F13F (or 0x88F13F) is unknown color: approx Atlantis. HEX triplet: 88, F1 and 3F. RGB value is (136,241,63). Sum of RGB (Red+Green+Blue) = 136+241+63=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #88F13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F13F is #770EC0. Grayscale: #BDBDBD. Windows color (decimal): -7802561 or 4190600. OLE color: 4190600.

HSL color Cylindrical-coordinate representation of color #88F13F: hue angle of 95.39º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88F13F is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB13624163-
CMYK0.4400.740.05
HSL95.39º86.41%59.61%-
HSV(B)95.39º73.86%94.51%-
XYZ42.5168.515.68-
YUV189.3156.7189.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 241 (94.53% from 255) = 54.77%
BLUE value IS 63 (25% from 255) = 14.32%
R=30.91%
G=54.77%
B=14.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136241630.4400.740.0595.3986.4159.61
Hex88F13F2C04A55f563c
Octal21036177540112513712674
Binary10001000111100011111111011000100101010110111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88f13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88f13f; }

 p { color: rgb(136,241,63); }

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

<style>
 a { background-color: #88f13f; }

 a { background-color: rgb(136,241,63); }

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

<style>
 span { border-color: #88f13f; }

 span { border-color: rgb(136,241,63); }

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