#8CDB35

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

Shades of Atlantis #8CDB35

Tints of Atlantis #8CDB35

Color information

#8CDB35 (or 0x8CDB35) is unknown color: approx Atlantis. HEX triplet: 8C, DB and 35. RGB value is (140,219,53). Sum of RGB (Red+Green+Blue) = 140+219+53=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB35 is #7324CA. Grayscale: #B1B1B1. Windows color (decimal): -7546059 or 3529612. OLE color: 3529612.

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

Color convert

RGB14021953-
CMYK0.3600.760.14
HSL88.55º69.75%53.33%-
HSV(B)88.55º75.8%85.88%-
XYZ36.7956.512.33-
YUV176.4658.33102-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 219 (85.94% from 255) = 53.16%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=33.98%
G=53.16%
B=12.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140219530.3600.760.1488.5569.7553.33
Hex8CDB352404CE594635
Octal214333654401141613110665
Binary100011001101101111010110010001001100111010110011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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