Html Css Color HEX #82F139 Atlantis

📋 copy color: '#82F139'

red 130 ◦ green 241 ◦ blue 57

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

Shades of Atlantis #82F139

Tints of Atlantis #82F139

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.31%

 BLUE value IS 57 (22.66% from 255) = 13.32%

R = 30.37%
G = 56.31%
B = 13.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#82F139 (or 0x82F139) is known color: Atlantis. HEX triplet: 82, F1 and 39. RGB value is (130,241,57). Sum of RGB (Red+Green+Blue) = 130+241+57=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #82F139 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F139 is #7D0EC6. Grayscale: #BBBBBB. Windows color (decimal): -8195783 or 3797378. OLE color: 3797378.

HSL color Cylindrical-coordinate representation of color #82F139: hue angle of 96.2º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82F139 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 241 57 -
CMYK 0.46 0 0.76 0.05
HSL 96.2º 0.87% 0.58% -
HSV(B) 96.2º 0.76% 0.95% -
XYZ 41.4 67.95 14.8 -
YUV 186.84 54.73 87.46 -
System Red Green Blue C M Y K H S L
Decimal 130 241 57 0.46 0 0.76 0.05 96.2 0.87 0.58
Hex 82 F1 39 2E 0 4C 5 60 57 3A
Octal 202 361 71 56 0 114 5 140 127 72
Binary 10000010 11110001 111001 101110 0 1001100 101 1100000 1010111 111010

Color Harmonies of #82F139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F139

Black with #82F139

Text Example


Text Example

White with #82F139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,241,57); }

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

background-color css

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

 a { background-color: rgb(130,241,57); }

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

border-color css

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

 span { border-color: rgb(130,241,57); }

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