Html Css Color HEX #8DCC4B Atlantis

📋 copy color: '#8DCC4B'

red 141 ◦ green 204 ◦ blue 75

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

Shades of Atlantis #8DCC4B

Tints of Atlantis #8DCC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.57%

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

R = 33.57%
G = 48.57%
B = 17.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#8DCC4B (or 0x8DCC4B) is known color: Atlantis. HEX triplet: 8D, CC and 4B. RGB value is (141,204,75). Sum of RGB (Red+Green+Blue) = 141+204+75=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC4B is #7233B4. Grayscale: #AAAAAA. Windows color (decimal): -7484341 or 4967565. OLE color: 4967565.

HSL color Cylindrical-coordinate representation of color #8DCC4B: hue angle of 89.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DCC4B is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 75 -
CMYK 0.31 0 0.63 0.2
HSL 89.3º 0.56% 0.55% -
HSV(B) 89.3º 0.63% 0.8% -
XYZ 33.85 49.36 14.4 -
YUV 170.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 141 204 75 0.31 0 0.63 0.2 89.3 0.56 0.55
Hex 8D CC 4B 1F 0 3F 14 59 38 37
Octal 215 314 113 37 0 77 24 131 70 67
Binary 10001101 11001100 1001011 11111 0 111111 10100 1011001 111000 110111

Color Harmonies of #8DCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC4B

Black with #8DCC4B

Text Example


Text Example

White with #8DCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,75); }

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

background-color css

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

 a { background-color: rgb(141,204,75); }

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

border-color css

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

 span { border-color: rgb(141,204,75); }

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