Html Css Color HEX #83DF41 Atlantis

📋 copy color: '#83DF41'

red 131 ◦ green 223 ◦ blue 65

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

Shades of Atlantis #83DF41

Tints of Atlantis #83DF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 31.26%
G = 53.22%
B = 15.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#83DF41 (or 0x83DF41) is known color: Atlantis. HEX triplet: 83, DF and 41. RGB value is (131,223,65). Sum of RGB (Red+Green+Blue) = 131+223+65=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DF41 is #7C20BE. Grayscale: #B2B2B2. Windows color (decimal): -8134847 or 4317059. OLE color: 4317059.

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

Color convert

RGB 131 223 65 -
CMYK 0.41 0 0.71 0.13
HSL 94.94º 0.71% 0.56% -
HSV(B) 94.94º 0.71% 0.87% -
XYZ 36.7 57.98 14.26 -
YUV 177.48 64.52 94.85 -
System Red Green Blue C M Y K H S L
Decimal 131 223 65 0.41 0 0.71 0.13 94.94 0.71 0.56
Hex 83 DF 41 29 0 47 D 5F 47 38
Octal 203 337 101 51 0 107 15 137 107 70
Binary 10000011 11011111 1000001 101001 0 1000111 1101 1011111 1000111 111000

Color Harmonies of #83DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DF41

Black with #83DF41

Text Example


Text Example

White with #83DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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