Html Css Color HEX #8DEF4C Atlantis

📋 copy color: '#8DEF4C'

red 141 ◦ green 239 ◦ blue 76

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

Shades of Atlantis #8DEF4C

Tints of Atlantis #8DEF4C

RGB

 RED value IS 141 (55.47% from 255) = 30.92%

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

 BLUE value IS 76 (30.08% from 255) = 16.67%

R = 30.92%
G = 52.41%
B = 16.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#8DEF4C (or 0x8DEF4C) is known color: Atlantis. HEX triplet: 8D, EF and 4C. RGB value is (141,239,76). Sum of RGB (Red+Green+Blue) = 141+239+76=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEF4C is #7210B3. Grayscale: #BFBFBF. Windows color (decimal): -7475380 or 5042061. OLE color: 5042061.

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

Color convert

RGB 141 239 76 -
CMYK 0.41 0 0.68 0.06
HSL 96.07º 0.84% 0.62% -
HSV(B) 96.07º 0.68% 0.94% -
XYZ 43.16 67.92 17.67 -
YUV 191.12 63.03 92.25 -
System Red Green Blue C M Y K H S L
Decimal 141 239 76 0.41 0 0.68 0.06 96.07 0.84 0.62
Hex 8D EF 4C 29 0 44 6 60 54 3E
Octal 215 357 114 51 0 104 6 140 124 76
Binary 10001101 11101111 1001100 101001 0 1000100 110 1100000 1010100 111110

Color Harmonies of #8DEF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEF4C

Black with #8DEF4C

Text Example


Text Example

White with #8DEF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,239,76); }

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

background-color css

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

 a { background-color: rgb(141,239,76); }

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

border-color css

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

 span { border-color: rgb(141,239,76); }

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