Html Css Color HEX #83ED34 Atlantis

📋 copy color: '#83ED34'

red 131 ◦ green 237 ◦ blue 52

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

Shades of Atlantis #83ED34

Tints of Atlantis #83ED34

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.43%

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 31.19%
G = 56.43%
B = 12.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#83ED34 (or 0x83ED34) is known color: Atlantis. HEX triplet: 83, ED and 34. RGB value is (131,237,52). Sum of RGB (Red+Green+Blue) = 131+237+52=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 237 (92.97% from 255 or 56.43% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83ED34 is #7C12CB. Grayscale: #B8B8B8. Windows color (decimal): -8131276 or 3468675. OLE color: 3468675.

HSL color Cylindrical-coordinate representation of color #83ED34: hue angle of 94.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83ED34 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 237 52 -
CMYK 0.45 0 0.78 0.07
HSL 94.38º 0.84% 0.57% -
HSV(B) 94.38º 0.78% 0.93% -
XYZ 40.26 65.64 13.8 -
YUV 184.22 53.38 90.04 -
System Red Green Blue C M Y K H S L
Decimal 131 237 52 0.45 0 0.78 0.07 94.38 0.84 0.57
Hex 83 ED 34 2D 0 4E 7 5E 54 39
Octal 203 355 64 55 0 116 7 136 124 71
Binary 10000011 11101101 110100 101101 0 1001110 111 1011110 1010100 111001

Color Harmonies of #83ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ED34

Black with #83ED34

Text Example


Text Example

White with #83ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,237,52); }

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

background-color css

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

 a { background-color: rgb(131,237,52); }

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

border-color css

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

 span { border-color: rgb(131,237,52); }

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