#8DCF41

Color #8DCF41 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8DCF41

Tints of Atlantis #8DCF41

Color information

#8DCF41 (or 0x8DCF41) is unknown color: approx Atlantis. HEX triplet: 8D, CF and 41. RGB value is (141,207,65). Sum of RGB (Red+Green+Blue) = 141+207+65=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCF41 is #7230BE. Grayscale: #ABABAB. Windows color (decimal): -7483583 or 4312973. OLE color: 4312973.

HSL color Cylindrical-coordinate representation of color #8DCF41: hue angle of 87.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DCF41 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB14120765-
CMYK0.3200.690.19
HSL87.89º59.66%53.33%-
HSV(B)87.89º68.6%81.18%-
XYZ34.2550.6712.98-
YUV171.0868.13106.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 207 (81.25% from 255) = 50.12%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=34.14%
G=50.12%
B=15.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141207650.3200.690.1987.8959.6653.33
Hex8DCF412004513583c35
Octal215317101400105231307465
Binary1000110111001111100000110000001000101100111011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DCF41;
 }
 .AnyTagClassName
 {
   color: #8DCF41;
 }
</style>
background-color css

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

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

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

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

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

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