Html Css Color HEX #83DD34 Atlantis

📋 copy color: '#83DD34'

red 131 ◦ green 221 ◦ blue 52

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

Shades of Atlantis #83DD34

Tints of Atlantis #83DD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.7%

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

R = 32.43%
G = 54.7%
B = 12.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#83DD34 (or 0x83DD34) is known color: Atlantis. HEX triplet: 83, DD and 34. RGB value is (131,221,52). Sum of RGB (Red+Green+Blue) = 131+221+52=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DD34 is #7C22CB. Grayscale: #AFAFAF. Windows color (decimal): -8135372 or 3464579. OLE color: 3464579.

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

Color convert

RGB 131 221 52 -
CMYK 0.41 0 0.76 0.13
HSL 91.95º 0.71% 0.54% -
HSV(B) 91.95º 0.76% 0.87% -
XYZ 35.84 56.79 12.32 -
YUV 174.82 58.68 96.74 -
System Red Green Blue C M Y K H S L
Decimal 131 221 52 0.41 0 0.76 0.13 91.95 0.71 0.54
Hex 83 DD 34 29 0 4C D 5C 47 36
Octal 203 335 64 51 0 114 15 134 107 66
Binary 10000011 11011101 110100 101001 0 1001100 1101 1011100 1000111 110110

Color Harmonies of #83DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DD34

Black with #83DD34

Text Example


Text Example

White with #83DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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