Html Css Color HEX #8CF251 Atlantis

📋 copy color: '#8CF251'

red 140 ◦ green 242 ◦ blue 81

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

Shades of Atlantis #8CF251

Tints of Atlantis #8CF251

RGB

 RED value IS 140 (55.08% from 255) = 30.24%

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

 BLUE value IS 81 (32.03% from 255) = 17.49%

R = 30.24%
G = 52.27%
B = 17.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#8CF251 (or 0x8CF251) is known color: Atlantis. HEX triplet: 8C, F2 and 51. RGB value is (140,242,81). Sum of RGB (Red+Green+Blue) = 140+242+81=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF251 is #730DAE. Grayscale: #C1C1C1. Windows color (decimal): -7540143 or 5370508. OLE color: 5370508.

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

Color convert

RGB 140 242 81 -
CMYK 0.42 0 0.67 0.05
HSL 98.01º 0.86% 0.63% -
HSV(B) 98.01º 0.67% 0.95% -
XYZ 44.05 69.67 18.91 -
YUV 193.15 64.71 90.09 -
System Red Green Blue C M Y K H S L
Decimal 140 242 81 0.42 0 0.67 0.05 98.01 0.86 0.63
Hex 8C F2 51 2A 0 43 5 62 56 3F
Octal 214 362 121 52 0 103 5 142 126 77
Binary 10001100 11110010 1010001 101010 0 1000011 101 1100010 1010110 111111

Color Harmonies of #8CF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF251

Black with #8CF251

Text Example


Text Example

White with #8CF251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,242,81); }

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

background-color css

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

 a { background-color: rgb(140,242,81); }

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

border-color css

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

 span { border-color: rgb(140,242,81); }

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