Html Css Color HEX #8CE133 Atlantis

📋 copy color: '#8CE133'

red 140 ◦ green 225 ◦ blue 51

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

Shades of Atlantis #8CE133

Tints of Atlantis #8CE133

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.09%

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 33.65%
G = 54.09%
B = 12.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#8CE133 (or 0x8CE133) is known color: Atlantis. HEX triplet: 8C, E1 and 33. RGB value is (140,225,51). Sum of RGB (Red+Green+Blue) = 140+225+51=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE133 is #731ECC. Grayscale: #B4B4B4. Windows color (decimal): -7544525 or 3400076. OLE color: 3400076.

HSL color Cylindrical-coordinate representation of color #8CE133: hue angle of 89.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CE133 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 225 51 -
CMYK 0.38 0 0.77 0.12
HSL 89.31º 0.74% 0.54% -
HSV(B) 89.31º 0.77% 0.88% -
XYZ 38.34 59.66 12.63 -
YUV 179.75 55.34 99.65 -
System Red Green Blue C M Y K H S L
Decimal 140 225 51 0.38 0 0.77 0.12 89.31 0.74 0.54
Hex 8C E1 33 26 0 4D C 59 4A 36
Octal 214 341 63 46 0 115 14 131 112 66
Binary 10001100 11100001 110011 100110 0 1001101 1100 1011001 1001010 110110

Color Harmonies of #8CE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE133

Black with #8CE133

Text Example


Text Example

White with #8CE133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,225,51); }

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

background-color css

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

 a { background-color: rgb(140,225,51); }

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

border-color css

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

 span { border-color: rgb(140,225,51); }

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