Html Css Color HEX #9DD53B Atlantis

📋 copy color: '#9DD53B'

red 157 ◦ green 213 ◦ blue 59

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

Shades of Atlantis #9DD53B

Tints of Atlantis #9DD53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 36.6%
G = 49.65%
B = 13.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#9DD53B (or 0x9DD53B) is known color: Atlantis. HEX triplet: 9D, D5 and 3B. RGB value is (157,213,59). Sum of RGB (Red+Green+Blue) = 157+213+59=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD53B is #622AC4. Grayscale: #B3B3B3. Windows color (decimal): -6433477 or 3921309. OLE color: 3921309.

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

Color convert

RGB 157 213 59 -
CMYK 0.26 0 0.72 0.16
HSL 81.82º 0.65% 0.53% -
HSV(B) 81.82º 0.72% 0.84% -
XYZ 38.49 55.07 12.74 -
YUV 178.7 60.45 112.52 -
System Red Green Blue C M Y K H S L
Decimal 157 213 59 0.26 0 0.72 0.16 81.82 0.65 0.53
Hex 9D D5 3B 1A 0 48 10 52 41 35
Octal 235 325 73 32 0 110 20 122 101 65
Binary 10011101 11010101 111011 11010 0 1001000 10000 1010010 1000001 110101

Color Harmonies of #9DD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD53B

Black with #9DD53B

Text Example


Text Example

White with #9DD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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