Html Css Color HEX #83F235 Atlantis

📋 copy color: '#83F235'

red 131 ◦ green 242 ◦ blue 53

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

Shades of Atlantis #83F235

Tints of Atlantis #83F235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 30.75%
G = 56.81%
B = 12.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#83F235 (or 0x83F235) is known color: Atlantis. HEX triplet: 83, F2 and 35. RGB value is (131,242,53). Sum of RGB (Red+Green+Blue) = 131+242+53=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #83F235 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F235 is #7C0DCA. Grayscale: #BBBBBB. Windows color (decimal): -8129995 or 3535491. OLE color: 3535491.

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

Color convert

RGB 131 242 53 -
CMYK 0.46 0 0.78 0.05
HSL 95.24º 0.88% 0.58% -
HSV(B) 95.24º 0.78% 0.95% -
XYZ 41.75 68.59 14.41 -
YUV 187.27 52.23 87.87 -
System Red Green Blue C M Y K H S L
Decimal 131 242 53 0.46 0 0.78 0.05 95.24 0.88 0.58
Hex 83 F2 35 2E 0 4E 5 5F 58 3A
Octal 203 362 65 56 0 116 5 137 130 72
Binary 10000011 11110010 110101 101110 0 1001110 101 1011111 1011000 111010

Color Harmonies of #83F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F235

Black with #83F235

Text Example


Text Example

White with #83F235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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