Html Css Color HEX #8CDB41 Atlantis

📋 copy color: '#8CDB41'

red 140 ◦ green 219 ◦ blue 65

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

Shades of Atlantis #8CDB41

Tints of Atlantis #8CDB41

RGB

 RED value IS 140 (55.08% from 255) = 33.02%

 GREEN value IS 219 (85.94% from 255) = 51.65%

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

R = 33.02%
G = 51.65%
B = 15.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#8CDB41 (or 0x8CDB41) is known color: Atlantis. HEX triplet: 8C, DB and 41. RGB value is (140,219,65). Sum of RGB (Red+Green+Blue) = 140+219+65=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB41 is #7324BE. Grayscale: #B2B2B2. Windows color (decimal): -7546047 or 4316044. OLE color: 4316044.

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

Color convert

RGB 140 219 65 -
CMYK 0.36 0 0.70 0.14
HSL 90.78º 0.68% 0.56% -
HSV(B) 90.78º 0.7% 0.86% -
XYZ 37.1 56.62 13.97 -
YUV 177.82 64.33 101.02 -
System Red Green Blue C M Y K H S L
Decimal 140 219 65 0.36 0 0.70 0.14 90.78 0.68 0.56
Hex 8C DB 41 24 0 46 E 5B 44 38
Octal 214 333 101 44 0 106 16 133 104 70
Binary 10001100 11011011 1000001 100100 0 1000110 1110 1011011 1000100 111000

Color Harmonies of #8CDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB41

Black with #8CDB41

Text Example


Text Example

White with #8CDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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