#99EB3B

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

Shades of Atlantis #99EB3B

Tints of Atlantis #99EB3B

Color information

#99EB3B (or 0x99EB3B) is unknown color: approx Atlantis. HEX triplet: 99, EB and 3B. RGB value is (153,235,59). Sum of RGB (Red+Green+Blue) = 153+235+59=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #99EB3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EB3B is #6614C4. Grayscale: #BFBFBF. Windows color (decimal): -6689989 or 3926937. OLE color: 3926937.

HSL color Cylindrical-coordinate representation of color #99EB3B: hue angle of 87.95º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99EB3B is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB15323559-
CMYK0.3500.750.08
HSL87.95º81.48%57.65%-
HSV(B)87.95º74.89%92.16%-
XYZ43.6366.514.67-
YUV190.4253.83101.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 235 (92.19% from 255) = 52.57%
BLUE value IS 59 (23.44% from 255) = 13.20%
R=34.23%
G=52.57%
B=13.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153235590.3500.750.0887.9581.4857.65
Hex99EB3B2304B858513a
Octal231353734301131013012172
Binary100110011110101111101110001101001011100010110001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EB3B; }

 p { color: rgb(153,235,59); }

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

<style>
 a { background-color: #99EB3B; }

 a { background-color: rgb(153,235,59); }

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

<style>
 span { border-color: #99EB3B; }

 span { border-color: rgb(153,235,59); }

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