Html Css Color HEX #9DD73B Atlantis

📋 copy color: '#9DD73B'

red 157 ◦ green 215 ◦ blue 59

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

Shades of Atlantis #9DD73B

Tints of Atlantis #9DD73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

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

R = 36.43%
G = 49.88%
B = 13.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#9DD73B (or 0x9DD73B) is known color: Atlantis. HEX triplet: 9D, D7 and 3B. RGB value is (157,215,59). Sum of RGB (Red+Green+Blue) = 157+215+59=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD73B is #6228C4. Grayscale: #B4B4B4. Windows color (decimal): -6432965 or 3921821. OLE color: 3921821.

HSL color Cylindrical-coordinate representation of color #9DD73B: hue angle of 82.31º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DD73B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 215 59 -
CMYK 0.27 0 0.73 0.16
HSL 82.31º 0.66% 0.54% -
HSV(B) 82.31º 0.73% 0.84% -
XYZ 38.99 56.08 12.91 -
YUV 179.87 59.78 111.68 -
System Red Green Blue C M Y K H S L
Decimal 157 215 59 0.27 0 0.73 0.16 82.31 0.66 0.54
Hex 9D D7 3B 1B 0 49 10 52 42 36
Octal 235 327 73 33 0 111 20 122 102 66
Binary 10011101 11010111 111011 11011 0 1001001 10000 1010010 1000010 110110

Color Harmonies of #9DD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD73B

Black with #9DD73B

Text Example


Text Example

White with #9DD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,215,59); }

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

background-color css

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

 a { background-color: rgb(157,215,59); }

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

border-color css

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

 span { border-color: rgb(157,215,59); }

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