Html Css Color HEX #9DE032 Atlantis

📋 copy color: '#9DE032'

red 157 ◦ green 224 ◦ blue 50

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

Shades of Atlantis #9DE032

Tints of Atlantis #9DE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

 BLUE value IS 50 (19.92% from 255) = 11.6%

R = 36.43%
G = 51.97%
B = 11.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#9DE032 (or 0x9DE032) is known color: Atlantis. HEX triplet: 9D, E0 and 32. RGB value is (157,224,50). Sum of RGB (Red+Green+Blue) = 157+224+50=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE032 is #621FCD. Grayscale: #B8B8B8. Windows color (decimal): -6430670 or 3334301. OLE color: 3334301.

HSL color Cylindrical-coordinate representation of color #9DE032: hue angle of 83.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DE032 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 224 50 -
CMYK 0.30 0 0.78 0.12
HSL 83.1º 0.74% 0.54% -
HSV(B) 83.1º 0.78% 0.88% -
XYZ 41.14 60.71 12.57 -
YUV 184.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 157 224 50 0.30 0 0.78 0.12 83.1 0.74 0.54
Hex 9D E0 32 1E 0 4E C 53 4A 36
Octal 235 340 62 36 0 116 14 123 112 66
Binary 10011101 11100000 110010 11110 0 1001110 1100 1010011 1001010 110110

Color Harmonies of #9DE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE032

Black with #9DE032

Text Example


Text Example

White with #9DE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,224,50); }

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

background-color css

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

 a { background-color: rgb(157,224,50); }

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

border-color css

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

 span { border-color: rgb(157,224,50); }

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