Html Css Color HEX #8CDD39 Atlantis

📋 copy color: '#8CDD39'

red 140 ◦ green 221 ◦ blue 57

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

Shades of Atlantis #8CDD39

Tints of Atlantis #8CDD39

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.87%

 BLUE value IS 57 (22.66% from 255) = 13.64%

R = 33.49%
G = 52.87%
B = 13.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#8CDD39 (or 0x8CDD39) is known color: Atlantis. HEX triplet: 8C, DD and 39. RGB value is (140,221,57). Sum of RGB (Red+Green+Blue) = 140+221+57=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD39 is #7322C6. Grayscale: #B2B2B2. Windows color (decimal): -7545543 or 3792268. OLE color: 3792268.

HSL color Cylindrical-coordinate representation of color #8CDD39: hue angle of 89.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CDD39 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 57 -
CMYK 0.37 0 0.74 0.13
HSL 89.63º 0.71% 0.55% -
HSV(B) 89.63º 0.74% 0.87% -
XYZ 37.41 57.58 13.01 -
YUV 178.09 59.66 100.84 -
System Red Green Blue C M Y K H S L
Decimal 140 221 57 0.37 0 0.74 0.13 89.63 0.71 0.55
Hex 8C DD 39 25 0 4A D 5A 47 37
Octal 214 335 71 45 0 112 15 132 107 67
Binary 10001100 11011101 111001 100101 0 1001010 1101 1011010 1000111 110111

Color Harmonies of #8CDD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD39

Black with #8CDD39

Text Example


Text Example

White with #8CDD39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,57); }

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

background-color css

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

 a { background-color: rgb(140,221,57); }

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

border-color css

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

 span { border-color: rgb(140,221,57); }

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