Html Css Color HEX #82E833 Atlantis

📋 copy color: '#82E833'

red 130 ◦ green 232 ◦ blue 51

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

Shades of Atlantis #82E833

Tints of Atlantis #82E833

RGB

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

 GREEN value IS 232 (91.02% from 255) = 56.17%

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 31.48%
G = 56.17%
B = 12.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#82E833 (or 0x82E833) is known color: Atlantis. HEX triplet: 82, E8 and 33. RGB value is (130,232,51). Sum of RGB (Red+Green+Blue) = 130+232+51=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 232 (91.02% from 255 or 56.17% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 232 - color contains mainly: green. Hex color #82E833 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E833 is #7D17CC. Grayscale: #B5B5B5. Windows color (decimal): -8198093 or 3401858. OLE color: 3401858.

HSL color Cylindrical-coordinate representation of color #82E833: hue angle of 93.81º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82E833 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 232 51 -
CMYK 0.44 0 0.78 0.09
HSL 93.81º 0.8% 0.55% -
HSV(B) 93.81º 0.78% 0.91% -
XYZ 38.66 62.7 13.2 -
YUV 180.87 54.71 91.72 -
System Red Green Blue C M Y K H S L
Decimal 130 232 51 0.44 0 0.78 0.09 93.81 0.8 0.55
Hex 82 E8 33 2C 0 4E 9 5E 50 37
Octal 202 350 63 54 0 116 11 136 120 67
Binary 10000010 11101000 110011 101100 0 1001110 1001 1011110 1010000 110111

Color Harmonies of #82E833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E833

Black with #82E833

Text Example


Text Example

White with #82E833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,232,51); }

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

background-color css

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

 a { background-color: rgb(130,232,51); }

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

border-color css

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

 span { border-color: rgb(130,232,51); }

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