Html Css Color HEX #83EF3C Atlantis

📋 copy color: '#83EF3C'

red 131 ◦ green 239 ◦ blue 60

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

Shades of Atlantis #83EF3C

Tints of Atlantis #83EF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.95%

R = 30.47%
G = 55.58%
B = 13.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#83EF3C (or 0x83EF3C) is known color: Atlantis. HEX triplet: 83, EF and 3C. RGB value is (131,239,60). Sum of RGB (Red+Green+Blue) = 131+239+60=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #83EF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EF3C is #7C10C3. Grayscale: #BABABA. Windows color (decimal): -8130756 or 3993475. OLE color: 3993475.

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

Color convert

RGB 131 239 60 -
CMYK 0.45 0 0.75 0.06
HSL 96.2º 0.85% 0.59% -
HSV(B) 96.2º 0.75% 0.94% -
XYZ 41.04 66.88 15.02 -
YUV 186.3 56.72 88.55 -
System Red Green Blue C M Y K H S L
Decimal 131 239 60 0.45 0 0.75 0.06 96.2 0.85 0.59
Hex 83 EF 3C 2D 0 4B 6 60 55 3B
Octal 203 357 74 55 0 113 6 140 125 73
Binary 10000011 11101111 111100 101101 0 1001011 110 1100000 1010101 111011

Color Harmonies of #83EF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EF3C

Black with #83EF3C

Text Example


Text Example

White with #83EF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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