Html Css Color HEX #9DE541 Atlantis

📋 copy color: '#9DE541'

red 157 ◦ green 229 ◦ blue 65

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

Shades of Atlantis #9DE541

Tints of Atlantis #9DE541

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.78%

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 34.81%
G = 50.78%
B = 14.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#9DE541 (or 0x9DE541) is known color: Atlantis. HEX triplet: 9D, E5 and 41. RGB value is (157,229,65). Sum of RGB (Red+Green+Blue) = 157+229+65=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE541 is #621ABE. Grayscale: #BDBDBD. Windows color (decimal): -6429375 or 4318621. OLE color: 4318621.

HSL color Cylindrical-coordinate representation of color #9DE541: hue angle of 86.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DE541 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 229 65 -
CMYK 0.31 0 0.72 0.10
HSL 86.34º 0.76% 0.58% -
HSV(B) 86.34º 0.72% 0.9% -
XYZ 42.88 63.59 15.01 -
YUV 188.78 58.15 105.34 -
System Red Green Blue C M Y K H S L
Decimal 157 229 65 0.31 0 0.72 0.10 86.34 0.76 0.58
Hex 9D E5 41 1F 0 48 A 56 4C 3A
Octal 235 345 101 37 0 110 12 126 114 72
Binary 10011101 11100101 1000001 11111 0 1001000 1010 1010110 1001100 111010

Color Harmonies of #9DE541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE541

Black with #9DE541

Text Example


Text Example

White with #9DE541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,229,65); }

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

background-color css

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

 a { background-color: rgb(157,229,65); }

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

border-color css

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

 span { border-color: rgb(157,229,65); }

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