Html Css Color HEX #8AF253 Mantis

📋 copy color: '#8AF253'

red 138 ◦ green 242 ◦ blue 83

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

Shades of Mantis #8AF253

Tints of Mantis #8AF253

RGB

 RED value IS 138 (54.3% from 255) = 29.81%

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 29.81%
G = 52.27%
B = 17.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#8AF253 (or 0x8AF253) is known color: Mantis. HEX triplet: 8A, F2 and 53. RGB value is (138,242,83). Sum of RGB (Red+Green+Blue) = 138+242+83=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF253 is #750DAC. Grayscale: #C1C1C1. Windows color (decimal): -7671213 or 5501578. OLE color: 5501578.

HSL color Cylindrical-coordinate representation of color #8AF253: hue angle of 99.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AF253 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 242 83 -
CMYK 0.43 0 0.66 0.05
HSL 99.25º 0.86% 0.64% -
HSV(B) 99.25º 0.66% 0.95% -
XYZ 43.79 69.53 19.3 -
YUV 192.78 66.04 88.93 -
System Red Green Blue C M Y K H S L
Decimal 138 242 83 0.43 0 0.66 0.05 99.25 0.86 0.64
Hex 8A F2 53 2B 0 42 5 63 56 40
Octal 212 362 123 53 0 102 5 143 126 100
Binary 10001010 11110010 1010011 101011 0 1000010 101 1100011 1010110 1000000

Color Harmonies of #8AF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF253

Black with #8AF253

Text Example


Text Example

White with #8AF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AF253; }

 p { color: rgb(138,242,83); }

 H1.HeaderClassName
 {
   color: #8AF253;
 }
 .AnyTagClassName
 {
   color: #8AF253;
 }
</style>

background-color css

<style>
 a { background-color: #8AF253; }

 a { background-color: rgb(138,242,83); }

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

border-color css

<style>
 span { border-color: #8AF253; }

 span { border-color: rgb(138,242,83); }

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