#83E033

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

Shades of Atlantis #83E033

Tints of Atlantis #83E033

Color information

#83E033 (or 0x83E033) is unknown color: approx Atlantis. HEX triplet: 83, E0 and 33. RGB value is (131,224,51). Sum of RGB (Red+Green+Blue) = 131+224+51=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #83E033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E033 is #7C1FCC. Grayscale: #B1B1B1. Windows color (decimal): -8134605 or 3399811. OLE color: 3399811.

HSL color Cylindrical-coordinate representation of color #83E033: hue angle of 92.25º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83E033 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB13122451-
CMYK0.4200.770.12
HSL92.25º73.62%53.92%-
HSV(B)92.25º77.23%87.84%-
XYZ36.6158.3812.47-
YUV176.4757.1995.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 224 (87.89% from 255) = 55.17%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=32.27%
G=55.17%
B=12.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131224510.4200.770.1292.2573.6253.92
Hex83E0332A04DC5c4a36
Octal203340635201151413411266
Binary100000111110000011001110101001001101110010111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83E033; }

 p { color: rgb(131,224,51); }

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

<style>
 a { background-color: #83E033; }

 a { background-color: rgb(131,224,51); }

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

<style>
 span { border-color: #83E033; }

 span { border-color: rgb(131,224,51); }

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