Html Css Color HEX #83F237 Atlantis

📋 copy color: '#83F237'

red 131 ◦ green 242 ◦ blue 55

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

Shades of Atlantis #83F237

Tints of Atlantis #83F237

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.54%

 BLUE value IS 55 (21.88% from 255) = 12.85%

R = 30.61%
G = 56.54%
B = 12.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#83F237 (or 0x83F237) is known color: Atlantis. HEX triplet: 83, F2 and 37. RGB value is (131,242,55). Sum of RGB (Red+Green+Blue) = 131+242+55=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #83F237 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F237 is #7C0DC8. Grayscale: #BCBCBC. Windows color (decimal): -8129993 or 3666563. OLE color: 3666563.

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

Color convert

RGB 131 242 55 -
CMYK 0.46 0 0.77 0.05
HSL 95.61º 0.88% 0.58% -
HSV(B) 95.61º 0.77% 0.95% -
XYZ 41.8 68.61 14.65 -
YUV 187.49 53.23 87.71 -
System Red Green Blue C M Y K H S L
Decimal 131 242 55 0.46 0 0.77 0.05 95.61 0.88 0.58
Hex 83 F2 37 2E 0 4D 5 60 58 3A
Octal 203 362 67 56 0 115 5 140 130 72
Binary 10000011 11110010 110111 101110 0 1001101 101 1100000 1011000 111010

Color Harmonies of #83F237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F237

Black with #83F237

Text Example


Text Example

White with #83F237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,242,55); }

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

background-color css

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

 a { background-color: rgb(131,242,55); }

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

border-color css

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

 span { border-color: rgb(131,242,55); }

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