Html Css Color HEX #8DD63B Atlantis

📋 copy color: '#8DD63B'

red 141 ◦ green 214 ◦ blue 59

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

Shades of Atlantis #8DD63B

Tints of Atlantis #8DD63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.69%

 BLUE value IS 59 (23.44% from 255) = 14.25%

R = 34.06%
G = 51.69%
B = 14.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#8DD63B (or 0x8DD63B) is known color: Atlantis. HEX triplet: 8D, D6 and 3B. RGB value is (141,214,59). Sum of RGB (Red+Green+Blue) = 141+214+59=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD63B is #7229C4. Grayscale: #AFAFAF. Windows color (decimal): -7481797 or 3921549. OLE color: 3921549.

HSL color Cylindrical-coordinate representation of color #8DD63B: hue angle of 88.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DD63B is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 214 59 -
CMYK 0.34 0 0.72 0.16
HSL 88.26º 0.65% 0.54% -
HSV(B) 88.26º 0.72% 0.84% -
XYZ 35.82 54.07 12.69 -
YUV 174.5 62.82 104.1 -
System Red Green Blue C M Y K H S L
Decimal 141 214 59 0.34 0 0.72 0.16 88.26 0.65 0.54
Hex 8D D6 3B 22 0 48 10 58 41 36
Octal 215 326 73 42 0 110 20 130 101 66
Binary 10001101 11010110 111011 100010 0 1001000 10000 1011000 1000001 110110

Color Harmonies of #8DD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD63B

Black with #8DD63B

Text Example


Text Example

White with #8DD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,214,59); }

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

background-color css

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

 a { background-color: rgb(141,214,59); }

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

border-color css

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

 span { border-color: rgb(141,214,59); }

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