Html Css Color HEX #8CDB35 Atlantis

📋 copy color: '#8CDB35'

red 140 ◦ green 219 ◦ blue 53

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

Shades of Atlantis #8CDB35

Tints of Atlantis #8CDB35

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 value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#8CDB35 (or 0x8CDB35) is known color: 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

RGB 140 219 53 -
CMYK 0.36 0 0.76 0.14
HSL 88.55º 0.7% 0.53% -
HSV(B) 88.55º 0.76% 0.86% -
XYZ 36.79 56.5 12.33 -
YUV 176.46 58.33 102 -
System Red Green Blue C M Y K H S L
Decimal 140 219 53 0.36 0 0.76 0.14 88.55 0.7 0.53
Hex 8C DB 35 24 0 4C E 59 46 35
Octal 214 333 65 44 0 114 16 131 106 65
Binary 10001100 11011011 110101 100100 0 1001100 1110 1011001 1000110 110101

Color Harmonies of #8CDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB35

Black with #8CDB35

Text Example


Text Example

White with #8CDB35

Text Example


Text Example

HTML Codes & Css Web 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>