Html Css Color HEX #83DE42 Atlantis

📋 copy color: '#83DE42'

red 131 ◦ green 222 ◦ blue 66

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

Shades of Atlantis #83DE42

Tints of Atlantis #83DE42

RGB

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

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

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

R = 31.26%
G = 52.98%
B = 15.75%

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

#83DE42 (or 0x83DE42) is known color: Atlantis. HEX triplet: 83, DE and 42. RGB value is (131,222,66). Sum of RGB (Red+Green+Blue) = 131+222+66=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #83DE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DE42 is #7C21BD. Grayscale: #B1B1B1. Windows color (decimal): -8135102 or 4382339. OLE color: 4382339.

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

Color convert

RGB 131 222 66 -
CMYK 0.41 0 0.70 0.13
HSL 95º 0.7% 0.56% -
HSV(B) 95º 0.7% 0.87% -
XYZ 36.46 57.46 14.32 -
YUV 177.01 65.35 95.18 -
System Red Green Blue C M Y K H S L
Decimal 131 222 66 0.41 0 0.70 0.13 95 0.7 0.56
Hex 83 DE 42 29 0 46 D 5F 46 38
Octal 203 336 102 51 0 106 15 137 106 70
Binary 10000011 11011110 1000010 101001 0 1000110 1101 1011111 1000110 111000

Color Harmonies of #83DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DE42

Black with #83DE42

Text Example


Text Example

White with #83DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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