Html Css Color HEX #83DE34 Atlantis

📋 copy color: '#83DE34'

red 131 ◦ green 222 ◦ blue 52

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

Shades of Atlantis #83DE34

Tints of Atlantis #83DE34

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.81%

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

R = 32.35%
G = 54.81%
B = 12.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#83DE34 (or 0x83DE34) is known color: Atlantis. HEX triplet: 83, DE and 34. RGB value is (131,222,52). Sum of RGB (Red+Green+Blue) = 131+222+52=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 222 (87.11% from 255 or 54.81% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 222 - color contains mainly: green. Hex color #83DE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DE34 is #7C21CB. Grayscale: #AFAFAF. Windows color (decimal): -8135116 or 3464835. OLE color: 3464835.

HSL color Cylindrical-coordinate representation of color #83DE34: hue angle of 92.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83DE34 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 222 52 -
CMYK 0.41 0 0.77 0.13
HSL 92.12º 0.72% 0.54% -
HSV(B) 92.12º 0.77% 0.87% -
XYZ 36.1 57.32 12.41 -
YUV 175.41 58.35 96.32 -
System Red Green Blue C M Y K H S L
Decimal 131 222 52 0.41 0 0.77 0.13 92.12 0.72 0.54
Hex 83 DE 34 29 0 4D D 5C 48 36
Octal 203 336 64 51 0 115 15 134 110 66
Binary 10000011 11011110 110100 101001 0 1001101 1101 1011100 1001000 110110

Color Harmonies of #83DE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DE34

Black with #83DE34

Text Example


Text Example

White with #83DE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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