Html Css Color HEX #8DD03B Atlantis

📋 copy color: '#8DD03B'

red 141 ◦ green 208 ◦ blue 59

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

Shades of Atlantis #8DD03B

Tints of Atlantis #8DD03B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.98%

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

R = 34.56%
G = 50.98%
B = 14.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#8DD03B (or 0x8DD03B) is known color: Atlantis. HEX triplet: 8D, D0 and 3B. RGB value is (141,208,59). Sum of RGB (Red+Green+Blue) = 141+208+59=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD03B is #722FC4. Grayscale: #ABABAB. Windows color (decimal): -7483333 or 3920013. OLE color: 3920013.

HSL color Cylindrical-coordinate representation of color #8DD03B: hue angle of 86.98º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DD03B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 59 -
CMYK 0.32 0 0.72 0.18
HSL 86.98º 0.61% 0.52% -
HSV(B) 86.98º 0.72% 0.82% -
XYZ 34.33 51.09 12.19 -
YUV 170.98 64.8 106.62 -
System Red Green Blue C M Y K H S L
Decimal 141 208 59 0.32 0 0.72 0.18 86.98 0.61 0.52
Hex 8D D0 3B 20 0 48 12 57 3D 34
Octal 215 320 73 40 0 110 22 127 75 64
Binary 10001101 11010000 111011 100000 0 1001000 10010 1010111 111101 110100

Color Harmonies of #8DD03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD03B

Black with #8DD03B

Text Example


Text Example

White with #8DD03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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