Html Css Color HEX #8DBD41 Atlantis

📋 copy color: '#8DBD41'

red 141 ◦ green 189 ◦ blue 65

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

Shades of Atlantis #8DBD41

Tints of Atlantis #8DBD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.85%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 35.7%
G = 47.85%
B = 16.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#8DBD41 (or 0x8DBD41) is known color: Atlantis. HEX triplet: 8D, BD and 41. RGB value is (141,189,65). Sum of RGB (Red+Green+Blue) = 141+189+65=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD41 is #7242BE. Grayscale: #A0A0A0. Windows color (decimal): -7488191 or 4308365. OLE color: 4308365.

HSL color Cylindrical-coordinate representation of color #8DBD41: hue angle of 83.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DBD41 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 189 65 -
CMYK 0.25 0 0.66 0.26
HSL 83.23º 0.49% 0.5% -
HSV(B) 83.23º 0.66% 0.74% -
XYZ 30.14 42.44 11.6 -
YUV 160.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 141 189 65 0.25 0 0.66 0.26 83.23 0.49 0.5
Hex 8D BD 41 19 0 42 1A 53 31 32
Octal 215 275 101 31 0 102 32 123 61 62
Binary 10001101 10111101 1000001 11001 0 1000010 11010 1010011 110001 110010

Color Harmonies of #8DBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD41

Black with #8DBD41

Text Example


Text Example

White with #8DBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,189,65); }

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

background-color css

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

 a { background-color: rgb(141,189,65); }

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

border-color css

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

 span { border-color: rgb(141,189,65); }

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