#88F13B

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

Shades of Atlantis #88F13B

Tints of Atlantis #88F13B

Color information

#88F13B (or 0x88F13B) is unknown color: approx Atlantis. HEX triplet: 88, F1 and 3B. RGB value is (136,241,59). Sum of RGB (Red+Green+Blue) = 136+241+59=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #88F13B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F13B is #770EC4. Grayscale: #BDBDBD. Windows color (decimal): -7802565 or 3928456. OLE color: 3928456.

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

Color convert

RGB13624159-
CMYK0.4400.760.05
HSL94.62º86.67%58.82%-
HSV(B)94.62º75.52%94.51%-
XYZ42.468.4615.12-
YUV188.8654.7190.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 241 (94.53% from 255) = 55.28%
BLUE value IS 59 (23.44% from 255) = 13.53%
R=31.19%
G=55.28%
B=13.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136241590.4400.760.0594.6286.6758.82
Hex88F13B2C04C55f573b
Octal21036173540114513712773
Binary10001000111100011110111011000100110010110111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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