Html Css Color HEX #8CEF37 Atlantis

📋 copy color: '#8CEF37'

red 140 ◦ green 239 ◦ blue 55

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

Shades of Atlantis #8CEF37

Tints of Atlantis #8CEF37

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.07%

 BLUE value IS 55 (21.88% from 255) = 12.67%

R = 32.26%
G = 55.07%
B = 12.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#8CEF37 (or 0x8CEF37) is known color: Atlantis. HEX triplet: 8C, EF and 37. RGB value is (140,239,55). Sum of RGB (Red+Green+Blue) = 140+239+55=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF37 is #7310C8. Grayscale: #BDBDBD. Windows color (decimal): -7540937 or 3665804. OLE color: 3665804.

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

Color convert

RGB 140 239 55 -
CMYK 0.41 0 0.77 0.06
HSL 92.28º 0.85% 0.58% -
HSV(B) 92.28º 0.77% 0.94% -
XYZ 42.37 67.58 14.43 -
YUV 188.42 52.7 93.46 -
System Red Green Blue C M Y K H S L
Decimal 140 239 55 0.41 0 0.77 0.06 92.28 0.85 0.58
Hex 8C EF 37 29 0 4D 6 5C 55 3A
Octal 214 357 67 51 0 115 6 134 125 72
Binary 10001100 11101111 110111 101001 0 1001101 110 1011100 1010101 111010

Color Harmonies of #8CEF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEF37

Black with #8CEF37

Text Example


Text Example

White with #8CEF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,239,55); }

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

background-color css

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

 a { background-color: rgb(140,239,55); }

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

border-color css

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

 span { border-color: rgb(140,239,55); }

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