#88F14C

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

Shades of Atlantis #88F14C

Tints of Atlantis #88F14C

Color information

#88F14C (or 0x88F14C) is unknown color: approx Atlantis. HEX triplet: 88, F1 and 4C. RGB value is (136,241,76). Sum of RGB (Red+Green+Blue) = 136+241+76=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #88F14C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F14C is #770EB3. Grayscale: #BFBFBF. Windows color (decimal): -7802548 or 5042568. OLE color: 5042568.

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

Color convert

RGB13624176-
CMYK0.4400.680.05
HSL98.18º85.49%62.16%-
HSV(B)98.18º68.46%94.51%-
XYZ42.9168.6717.83-
YUV190.7963.2188.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 241 (94.53% from 255) = 53.20%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=30.02%
G=53.20%
B=16.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136241760.4400.680.0598.1885.4962.16
Hex88F14C2C044562553e
Octal210361114540104514212576
Binary100010001111000110011001011000100010010111000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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