#88CF47

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

Shades of Atlantis #88CF47

Tints of Atlantis #88CF47

Color information

#88CF47 (or 0x88CF47) is unknown color: approx Atlantis. HEX triplet: 88, CF and 47. RGB value is (136,207,71). Sum of RGB (Red+Green+Blue) = 136+207+71=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CF47 is #7730B8. Grayscale: #AAAAAA. Windows color (decimal): -7811257 or 4706184. OLE color: 4706184.

HSL color Cylindrical-coordinate representation of color #88CF47: hue angle of 91.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88CF47 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB13620771-
CMYK0.3400.660.19
HSL91.32º58.62%54.51%-
HSV(B)91.32º65.7%81.18%-
XYZ33.650.3113.9-
YUV170.2771.98103.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 207 (81.25% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=32.85%
G=50%
B=17.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136207710.3400.660.1991.3258.6254.51
Hex88CF4722042135b3b37
Octal210317107420102231337367
Binary1000100011001111100011110001001000010100111011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,207,71); }

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

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

 a { background-color: rgb(136,207,71); }

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

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

 span { border-color: rgb(136,207,71); }

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