Html Css Color HEX #83EF41 Atlantis

📋 copy color: '#83EF41'

red 131 ◦ green 239 ◦ blue 65

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

Shades of Atlantis #83EF41

Tints of Atlantis #83EF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.94%

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 30.11%
G = 54.94%
B = 14.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#83EF41 (or 0x83EF41) is known color: Atlantis. HEX triplet: 83, EF and 41. RGB value is (131,239,65). Sum of RGB (Red+Green+Blue) = 131+239+65=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #83EF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EF41 is #7C10BE. Grayscale: #BBBBBB. Windows color (decimal): -8130751 or 4321155. OLE color: 4321155.

HSL color Cylindrical-coordinate representation of color #83EF41: hue angle of 97.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83EF41 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 65 -
CMYK 0.45 0 0.73 0.06
HSL 97.24º 0.84% 0.6% -
HSV(B) 97.24º 0.73% 0.94% -
XYZ 41.18 66.94 15.75 -
YUV 186.87 59.22 88.15 -
System Red Green Blue C M Y K H S L
Decimal 131 239 65 0.45 0 0.73 0.06 97.24 0.84 0.6
Hex 83 EF 41 2D 0 49 6 61 54 3C
Octal 203 357 101 55 0 111 6 141 124 74
Binary 10000011 11101111 1000001 101101 0 1001001 110 1100001 1010100 111100

Color Harmonies of #83EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EF41

Black with #83EF41

Text Example


Text Example

White with #83EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,65); }

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

background-color css

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

 a { background-color: rgb(131,239,65); }

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

border-color css

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

 span { border-color: rgb(131,239,65); }

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