Html Css Color HEX #9DD350 Atlantis

📋 copy color: '#9DD350'

red 157 ◦ green 211 ◦ blue 80

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

Shades of Atlantis #9DD350

Tints of Atlantis #9DD350

RGB

 RED value IS 157 (61.72% from 255) = 35.04%

 GREEN value IS 211 (82.81% from 255) = 47.1%

 BLUE value IS 80 (31.64% from 255) = 17.86%

R = 35.04%
G = 47.1%
B = 17.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#9DD350 (or 0x9DD350) is known color: Atlantis. HEX triplet: 9D, D3 and 50. RGB value is (157,211,80). Sum of RGB (Red+Green+Blue) = 157+211+80=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD350 is #622CAF. Grayscale: #B4B4B4. Windows color (decimal): -6433968 or 5297053. OLE color: 5297053.

HSL color Cylindrical-coordinate representation of color #9DD350: hue angle of 84.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DD350 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 211 80 -
CMYK 0.26 0 0.62 0.17
HSL 84.73º 0.6% 0.57% -
HSV(B) 84.73º 0.62% 0.83% -
XYZ 38.65 54.34 16.04 -
YUV 179.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 157 211 80 0.26 0 0.62 0.17 84.73 0.6 0.57
Hex 9D D3 50 1A 0 3E 11 55 3C 39
Octal 235 323 120 32 0 76 21 125 74 71
Binary 10011101 11010011 1010000 11010 0 111110 10001 1010101 111100 111001

Color Harmonies of #9DD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD350

Black with #9DD350

Text Example


Text Example

White with #9DD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD350; }

 p { color: rgb(157,211,80); }

 H1.HeaderClassName
 {
   color: #9DD350;
 }
 .AnyTagClassName
 {
   color: #9DD350;
 }
</style>

background-color css

<style>
 a { background-color: #9DD350; }

 a { background-color: rgb(157,211,80); }

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

border-color css

<style>
 span { border-color: #9DD350; }

 span { border-color: rgb(157,211,80); }

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