#83DB3E

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

Shades of Atlantis #83DB3E

Tints of Atlantis #83DB3E

Color information

#83DB3E (or 0x83DB3E) is unknown color: approx Atlantis. HEX triplet: 83, DB and 3E. RGB value is (131,219,62). Sum of RGB (Red+Green+Blue) = 131+219+62=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DB3E is #7C24C1. Grayscale: #AFAFAF. Windows color (decimal): -8135874 or 4119427. OLE color: 4119427.

HSL color Cylindrical-coordinate representation of color #83DB3E: hue angle of 93.63º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83DB3E is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB13121962-
CMYK0.4000.720.14
HSL93.63º68.56%55.1%-
HSV(B)93.63º71.69%85.88%-
XYZ35.5655.8413.46-
YUV174.7964.3596.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 219 (85.94% from 255) = 53.16%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=31.80%
G=53.16%
B=15.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131219620.4000.720.1493.6368.5655.1
Hex83DB3E28048E5e4537
Octal203333765001101613610567
Binary100000111101101111111010100001001000111010111101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,219,62); }

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

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

 a { background-color: rgb(131,219,62); }

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

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

 span { border-color: rgb(131,219,62); }

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