Html Css Color HEX #82D23F Atlantis

📋 copy color: '#82D23F'

red 130 ◦ green 210 ◦ blue 63

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

Shades of Atlantis #82D23F

Tints of Atlantis #82D23F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

 BLUE value IS 63 (25% from 255) = 15.63%

R = 32.26%
G = 52.11%
B = 15.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#82D23F (or 0x82D23F) is known color: Atlantis. HEX triplet: 82, D2 and 3F. RGB value is (130,210,63). Sum of RGB (Red+Green+Blue) = 130+210+63=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #82D23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D23F is #7D2DC0. Grayscale: #A9A9A9. Windows color (decimal): -8203713 or 4182658. OLE color: 4182658.

HSL color Cylindrical-coordinate representation of color #82D23F: hue angle of 92.65º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82D23F is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 210 63 -
CMYK 0.38 0 0.70 0.18
HSL 92.65º 0.62% 0.54% -
HSV(B) 92.65º 0.7% 0.82% -
XYZ 33.15 51.2 12.84 -
YUV 169.32 68 99.95 -
System Red Green Blue C M Y K H S L
Decimal 130 210 63 0.38 0 0.70 0.18 92.65 0.62 0.54
Hex 82 D2 3F 26 0 46 12 5D 3E 36
Octal 202 322 77 46 0 106 22 135 76 66
Binary 10000010 11010010 111111 100110 0 1000110 10010 1011101 111110 110110

Color Harmonies of #82D23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D23F

Black with #82D23F

Text Example


Text Example

White with #82D23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,210,63); }

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

background-color css

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

 a { background-color: rgb(130,210,63); }

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

border-color css

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

 span { border-color: rgb(130,210,63); }

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