Html Css Color HEX #83DF42 Atlantis

📋 copy color: '#83DF42'

red 131 ◦ green 223 ◦ blue 66

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

Shades of Atlantis #83DF42

Tints of Atlantis #83DF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

 BLUE value IS 66 (26.17% from 255) = 15.71%

R = 31.19%
G = 53.1%
B = 15.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#83DF42 (or 0x83DF42) is known color: Atlantis. HEX triplet: 83, DF and 42. RGB value is (131,223,66). Sum of RGB (Red+Green+Blue) = 131+223+66=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DF42 is #7C20BD. Grayscale: #B2B2B2. Windows color (decimal): -8134846 or 4382595. OLE color: 4382595.

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

Color convert

RGB 131 223 66 -
CMYK 0.41 0 0.70 0.13
HSL 95.16º 0.71% 0.57% -
HSV(B) 95.16º 0.7% 0.87% -
XYZ 36.73 57.99 14.41 -
YUV 177.59 65.02 94.77 -
System Red Green Blue C M Y K H S L
Decimal 131 223 66 0.41 0 0.70 0.13 95.16 0.71 0.57
Hex 83 DF 42 29 0 46 D 5F 47 39
Octal 203 337 102 51 0 106 15 137 107 71
Binary 10000011 11011111 1000010 101001 0 1000110 1101 1011111 1000111 111001

Color Harmonies of #83DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DF42

Black with #83DF42

Text Example


Text Example

White with #83DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,223,66); }

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

background-color css

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

 a { background-color: rgb(131,223,66); }

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

border-color css

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

 span { border-color: rgb(131,223,66); }

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