Html Css Color HEX #8CDB40 Atlantis

📋 copy color: '#8CDB40'

red 140 ◦ green 219 ◦ blue 64

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

Shades of Atlantis #8CDB40

Tints of Atlantis #8CDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.77%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 33.1%
G = 51.77%
B = 15.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#8CDB40 (or 0x8CDB40) is known color: Atlantis. HEX triplet: 8C, DB and 40. RGB value is (140,219,64). Sum of RGB (Red+Green+Blue) = 140+219+64=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB40 is #7324BF. Grayscale: #B2B2B2. Windows color (decimal): -7546048 or 4250508. OLE color: 4250508.

HSL color Cylindrical-coordinate representation of color #8CDB40: hue angle of 90.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CDB40 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 219 64 -
CMYK 0.36 0 0.71 0.14
HSL 90.58º 0.68% 0.55% -
HSV(B) 90.58º 0.71% 0.86% -
XYZ 37.07 56.61 13.82 -
YUV 177.71 63.83 101.1 -
System Red Green Blue C M Y K H S L
Decimal 140 219 64 0.36 0 0.71 0.14 90.58 0.68 0.55
Hex 8C DB 40 24 0 47 E 5B 44 37
Octal 214 333 100 44 0 107 16 133 104 67
Binary 10001100 11011011 1000000 100100 0 1000111 1110 1011011 1000100 110111

Color Harmonies of #8CDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB40

Black with #8CDB40

Text Example


Text Example

White with #8CDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,219,64); }

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

background-color css

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

 a { background-color: rgb(140,219,64); }

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

border-color css

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

 span { border-color: rgb(140,219,64); }

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