Html Css Color HEX #83F236 Atlantis

📋 copy color: '#83F236'

red 131 ◦ green 242 ◦ blue 54

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

Shades of Atlantis #83F236

Tints of Atlantis #83F236

RGB

 RED value IS 131 (51.56% from 255) = 30.68%

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

 BLUE value IS 54 (21.48% from 255) = 12.65%

R = 30.68%
G = 56.67%
B = 12.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#83F236 (or 0x83F236) is known color: Atlantis. HEX triplet: 83, F2 and 36. RGB value is (131,242,54). Sum of RGB (Red+Green+Blue) = 131+242+54=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #83F236 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F236 is #7C0DC9. Grayscale: #BCBCBC. Windows color (decimal): -8129994 or 3601027. OLE color: 3601027.

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

Color convert

RGB 131 242 54 -
CMYK 0.46 0 0.78 0.05
HSL 95.43º 0.88% 0.58% -
HSV(B) 95.43º 0.78% 0.95% -
XYZ 41.78 68.6 14.53 -
YUV 187.38 52.73 87.79 -
System Red Green Blue C M Y K H S L
Decimal 131 242 54 0.46 0 0.78 0.05 95.43 0.88 0.58
Hex 83 F2 36 2E 0 4E 5 5F 58 3A
Octal 203 362 66 56 0 116 5 137 130 72
Binary 10000011 11110010 110110 101110 0 1001110 101 1011111 1011000 111010

Color Harmonies of #83F236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F236

Black with #83F236

Text Example


Text Example

White with #83F236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83F236; }

 p { color: rgb(131,242,54); }

 H1.HeaderClassName
 {
   color: #83F236;
 }
 .AnyTagClassName
 {
   color: #83F236;
 }
</style>

background-color css

<style>
 a { background-color: #83F236; }

 a { background-color: rgb(131,242,54); }

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

border-color css

<style>
 span { border-color: #83F236; }

 span { border-color: rgb(131,242,54); }

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