Html Css Color HEX #8CF041 Atlantis

📋 copy color: '#8CF041'

red 140 ◦ green 240 ◦ blue 65

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

Shades of Atlantis #8CF041

Tints of Atlantis #8CF041

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.93%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 31.46%
G = 53.93%
B = 14.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#8CF041 (or 0x8CF041) is known color: Atlantis. HEX triplet: 8C, F0 and 41. RGB value is (140,240,65). Sum of RGB (Red+Green+Blue) = 140+240+65=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF041 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF041 is #730FBE. Grayscale: #BEBEBE. Windows color (decimal): -7540671 or 4321420. OLE color: 4321420.

HSL color Cylindrical-coordinate representation of color #8CF041: hue angle of 94.29º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CF041 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 65 -
CMYK 0.42 0 0.73 0.06
HSL 94.29º 0.85% 0.6% -
HSV(B) 94.29º 0.73% 0.94% -
XYZ 42.93 68.28 15.92 -
YUV 190.15 57.37 92.23 -
System Red Green Blue C M Y K H S L
Decimal 140 240 65 0.42 0 0.73 0.06 94.29 0.85 0.6
Hex 8C F0 41 2A 0 49 6 5E 55 3C
Octal 214 360 101 52 0 111 6 136 125 74
Binary 10001100 11110000 1000001 101010 0 1001001 110 1011110 1010101 111100

Color Harmonies of #8CF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF041

Black with #8CF041

Text Example


Text Example

White with #8CF041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,240,65); }

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

background-color css

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

 a { background-color: rgb(140,240,65); }

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

border-color css

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

 span { border-color: rgb(140,240,65); }

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