Html Css Color HEX #8CDD37 Atlantis

📋 copy color: '#8CDD37'

red 140 ◦ green 221 ◦ blue 55

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

Shades of Atlantis #8CDD37

Tints of Atlantis #8CDD37

RGB

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

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

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

R = 33.65%
G = 53.13%
B = 13.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#8CDD37 (or 0x8CDD37) is known color: Atlantis. HEX triplet: 8C, DD and 37. RGB value is (140,221,55). Sum of RGB (Red+Green+Blue) = 140+221+55=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD37 is #7322C8. Grayscale: #B2B2B2. Windows color (decimal): -7545545 or 3661196. OLE color: 3661196.

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

Color convert

RGB 140 221 55 -
CMYK 0.37 0 0.75 0.13
HSL 89.28º 0.71% 0.54% -
HSV(B) 89.28º 0.75% 0.87% -
XYZ 37.36 57.56 12.76 -
YUV 177.86 58.66 101 -
System Red Green Blue C M Y K H S L
Decimal 140 221 55 0.37 0 0.75 0.13 89.28 0.71 0.54
Hex 8C DD 37 25 0 4B D 59 47 36
Octal 214 335 67 45 0 113 15 131 107 66
Binary 10001100 11011101 110111 100101 0 1001011 1101 1011001 1000111 110110

Color Harmonies of #8CDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD37

Black with #8CDD37

Text Example


Text Example

White with #8CDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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