#88F245

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

Shades of Atlantis #88F245

Tints of Atlantis #88F245

Color information

#88F245 (or 0x88F245) is unknown color: approx Atlantis. HEX triplet: 88, F2 and 45. RGB value is (136,242,69). Sum of RGB (Red+Green+Blue) = 136+242+69=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #88F245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F245 is #770DBA. Grayscale: #BFBFBF. Windows color (decimal): -7802299 or 4584072. OLE color: 4584072.

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

Color convert

RGB13624269-
CMYK0.4400.710.05
HSL96.76º86.93%60.98%-
HSV(B)96.76º71.49%94.9%-
XYZ42.9869.1716.72-
YUV190.5859.3889.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 242 (94.92% from 255) = 54.14%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=30.43%
G=54.14%
B=15.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136242690.4400.710.0596.7686.9360.98
Hex88F2452C047561573d
Octal210362105540107514112775
Binary100010001111001010001011011000100011110111000011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,242,69); }

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

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

 a { background-color: rgb(136,242,69); }

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

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

 span { border-color: rgb(136,242,69); }

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