Html Css Color HEX #83F348 Atlantis

📋 copy color: '#83F348'

red 131 ◦ green 243 ◦ blue 72

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

Shades of Atlantis #83F348

Tints of Atlantis #83F348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.14%

R = 29.37%
G = 54.48%
B = 16.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#83F348 (or 0x83F348) is known color: Atlantis. HEX triplet: 83, F3 and 48. RGB value is (131,243,72). Sum of RGB (Red+Green+Blue) = 131+243+72=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #83F348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F348 is #7C0CB7. Grayscale: #BEBEBE. Windows color (decimal): -8129720 or 4780931. OLE color: 4780931.

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

Color convert

RGB 131 243 72 -
CMYK 0.46 0 0.70 0.05
HSL 99.3º 0.88% 0.62% -
HSV(B) 99.3º 0.7% 0.95% -
XYZ 42.58 69.39 17.28 -
YUV 190.02 61.39 85.9 -
System Red Green Blue C M Y K H S L
Decimal 131 243 72 0.46 0 0.70 0.05 99.3 0.88 0.62
Hex 83 F3 48 2E 0 46 5 63 58 3E
Octal 203 363 110 56 0 106 5 143 130 76
Binary 10000011 11110011 1001000 101110 0 1000110 101 1100011 1011000 111110

Color Harmonies of #83F348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F348

Black with #83F348

Text Example


Text Example

White with #83F348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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