Html Css Color HEX #82F239 Atlantis

📋 copy color: '#82F239'

red 130 ◦ green 242 ◦ blue 57

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

Shades of Atlantis #82F239

Tints of Atlantis #82F239

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.41%

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

R = 30.3%
G = 56.41%
B = 13.29%

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

#82F239 (or 0x82F239) is known color: Atlantis. HEX triplet: 82, F2 and 39. RGB value is (130,242,57). Sum of RGB (Red+Green+Blue) = 130+242+57=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #82F239 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F239 is #7D0DC6. Grayscale: #BCBCBC. Windows color (decimal): -8195527 or 3797634. OLE color: 3797634.

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

Color convert

RGB 130 242 57 -
CMYK 0.46 0 0.76 0.05
HSL 96.32º 0.88% 0.59% -
HSV(B) 96.32º 0.76% 0.95% -
XYZ 41.7 68.55 14.9 -
YUV 187.42 54.39 87.04 -
System Red Green Blue C M Y K H S L
Decimal 130 242 57 0.46 0 0.76 0.05 96.32 0.88 0.59
Hex 82 F2 39 2E 0 4C 5 60 58 3B
Octal 202 362 71 56 0 114 5 140 130 73
Binary 10000010 11110010 111001 101110 0 1001100 101 1100000 1011000 111011

Color Harmonies of #82F239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F239

Black with #82F239

Text Example


Text Example

White with #82F239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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