Html Css Color HEX #9DD536 Atlantis

📋 copy color: '#9DD536'

red 157 ◦ green 213 ◦ blue 54

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

Shades of Atlantis #9DD536

Tints of Atlantis #9DD536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 37.03%
G = 50.24%
B = 12.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9DD536 (or 0x9DD536) is known color: Atlantis. HEX triplet: 9D, D5 and 36. RGB value is (157,213,54). Sum of RGB (Red+Green+Blue) = 157+213+54=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD536 is #622AC9. Grayscale: #B2B2B2. Windows color (decimal): -6433482 or 3593629. OLE color: 3593629.

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

Color convert

RGB 157 213 54 -
CMYK 0.26 0 0.75 0.16
HSL 81.13º 0.65% 0.52% -
HSV(B) 81.13º 0.75% 0.84% -
XYZ 38.36 55.02 12.09 -
YUV 178.13 57.95 112.93 -
System Red Green Blue C M Y K H S L
Decimal 157 213 54 0.26 0 0.75 0.16 81.13 0.65 0.52
Hex 9D D5 36 1A 0 4B 10 51 41 34
Octal 235 325 66 32 0 113 20 121 101 64
Binary 10011101 11010101 110110 11010 0 1001011 10000 1010001 1000001 110100

Color Harmonies of #9DD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD536

Black with #9DD536

Text Example


Text Example

White with #9DD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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