Html Css Color HEX #82DF3B Atlantis

📋 copy color: '#82DF3B'

red 130 ◦ green 223 ◦ blue 59

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

Shades of Atlantis #82DF3B

Tints of Atlantis #82DF3B

RGB

 RED value IS 130 (51.17% from 255) = 31.55%

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

 BLUE value IS 59 (23.44% from 255) = 14.32%

R = 31.55%
G = 54.13%
B = 14.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#82DF3B (or 0x82DF3B) is known color: Atlantis. HEX triplet: 82, DF and 3B. RGB value is (130,223,59). Sum of RGB (Red+Green+Blue) = 130+223+59=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF3B is #7D20C4. Grayscale: #B1B1B1. Windows color (decimal): -8200389 or 3923842. OLE color: 3923842.

HSL color Cylindrical-coordinate representation of color #82DF3B: hue angle of 94.02º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82DF3B is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 59 -
CMYK 0.42 0 0.74 0.13
HSL 94.02º 0.72% 0.55% -
HSV(B) 94.02º 0.74% 0.87% -
XYZ 36.38 57.84 13.38 -
YUV 176.5 61.69 94.84 -
System Red Green Blue C M Y K H S L
Decimal 130 223 59 0.42 0 0.74 0.13 94.02 0.72 0.55
Hex 82 DF 3B 2A 0 4A D 5E 48 37
Octal 202 337 73 52 0 112 15 136 110 67
Binary 10000010 11011111 111011 101010 0 1001010 1101 1011110 1001000 110111

Color Harmonies of #82DF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF3B

Black with #82DF3B

Text Example


Text Example

White with #82DF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82DF3B; }

 p { color: rgb(130,223,59); }

 H1.HeaderClassName
 {
   color: #82DF3B;
 }
 .AnyTagClassName
 {
   color: #82DF3B;
 }
</style>

background-color css

<style>
 a { background-color: #82DF3B; }

 a { background-color: rgb(130,223,59); }

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

border-color css

<style>
 span { border-color: #82DF3B; }

 span { border-color: rgb(130,223,59); }

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