Html Css Color HEX #83F33D Atlantis

📋 copy color: '#83F33D'

red 131 ◦ green 243 ◦ blue 61

#83F33D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #83F33D

Tints of Atlantis #83F33D

RGB

 RED value IS 131 (51.56% from 255) = 30.11%

 GREEN value IS 243 (95.31% from 255) = 55.86%

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 30.11%
G = 55.86%
B = 14.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#83F33D (or 0x83F33D) is known color: Atlantis. HEX triplet: 83, F3 and 3D. RGB value is (131,243,61). Sum of RGB (Red+Green+Blue) = 131+243+61=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #83F33D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F33D is #7C0CC2. Grayscale: #BDBDBD. Windows color (decimal): -8129731 or 4060035. OLE color: 4060035.

HSL color Cylindrical-coordinate representation of color #83F33D: hue angle of 96.92º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83F33D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 243 61 -
CMYK 0.46 0 0.75 0.05
HSL 96.92º 0.88% 0.6% -
HSV(B) 96.92º 0.75% 0.95% -
XYZ 42.25 69.26 15.56 -
YUV 188.76 55.89 86.8 -
System Red Green Blue C M Y K H S L
Decimal 131 243 61 0.46 0 0.75 0.05 96.92 0.88 0.6
Hex 83 F3 3D 2E 0 4B 5 61 58 3C
Octal 203 363 75 56 0 113 5 141 130 74
Binary 10000011 11110011 111101 101110 0 1001011 101 1100001 1011000 111100

Color Harmonies of #83F33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F33D

Black with #83F33D

Text Example


Text Example

White with #83F33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,243,61); }

 H1.HeaderClassName
 {
   color: #83F33D;
 }
 .AnyTagClassName
 {
   color: #83F33D;
 }
</style>

background-color css

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

 a { background-color: rgb(131,243,61); }

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

border-color css

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

 span { border-color: rgb(131,243,61); }

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