Html Css Color HEX #9DD540 Atlantis

📋 copy color: '#9DD540'

red 157 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #9DD540

Tints of Atlantis #9DD540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 36.18%
G = 49.08%
B = 14.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9DD540 (or 0x9DD540) is known color: Atlantis. HEX triplet: 9D, D5 and 40. RGB value is (157,213,64). Sum of RGB (Red+Green+Blue) = 157+213+64=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD540 is #622ABF. Grayscale: #B3B3B3. Windows color (decimal): -6433472 or 4248989. OLE color: 4248989.

HSL color Cylindrical-coordinate representation of color #9DD540: hue angle of 82.55º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DD540 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 213 64 -
CMYK 0.26 0 0.70 0.16
HSL 82.55º 0.64% 0.54% -
HSV(B) 82.55º 0.7% 0.84% -
XYZ 38.62 55.13 13.46 -
YUV 179.27 62.95 112.12 -
System Red Green Blue C M Y K H S L
Decimal 157 213 64 0.26 0 0.70 0.16 82.55 0.64 0.54
Hex 9D D5 40 1A 0 46 10 53 40 36
Octal 235 325 100 32 0 106 20 123 100 66
Binary 10011101 11010101 1000000 11010 0 1000110 10000 1010011 1000000 110110

Color Harmonies of #9DD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD540

Black with #9DD540

Text Example


Text Example

White with #9DD540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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