Html Css Color HEX #8CDC4B Atlantis

📋 copy color: '#8CDC4B'

red 140 ◦ green 220 ◦ blue 75

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

Shades of Atlantis #8CDC4B

Tints of Atlantis #8CDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.57%

 BLUE value IS 75 (29.69% from 255) = 17.24%

R = 32.18%
G = 50.57%
B = 17.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#8CDC4B (or 0x8CDC4B) is known color: Atlantis. HEX triplet: 8C, DC and 4B. RGB value is (140,220,75). Sum of RGB (Red+Green+Blue) = 140+220+75=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDC4B is #7323B4. Grayscale: #B4B4B4. Windows color (decimal): -7545781 or 4971660. OLE color: 4971660.

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

Color convert

RGB 140 220 75 -
CMYK 0.36 0 0.66 0.14
HSL 93.1º 0.67% 0.58% -
HSV(B) 93.1º 0.66% 0.86% -
XYZ 37.68 57.27 15.72 -
YUV 179.55 69 99.79 -
System Red Green Blue C M Y K H S L
Decimal 140 220 75 0.36 0 0.66 0.14 93.1 0.67 0.58
Hex 8C DC 4B 24 0 42 E 5D 43 3A
Octal 214 334 113 44 0 102 16 135 103 72
Binary 10001100 11011100 1001011 100100 0 1000010 1110 1011101 1000011 111010

Color Harmonies of #8CDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC4B

Black with #8CDC4B

Text Example


Text Example

White with #8CDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,75); }

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

background-color css

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

 a { background-color: rgb(140,220,75); }

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

border-color css

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

 span { border-color: rgb(140,220,75); }

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