Html Css Color HEX #9FDD35 Atlantis

📋 copy color: '#9FDD35'

red 159 ◦ green 221 ◦ blue 53

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

Shades of Atlantis #9FDD35

Tints of Atlantis #9FDD35

RGB

 RED value IS 159 (62.5% from 255) = 36.72%

 GREEN value IS 221 (86.72% from 255) = 51.04%

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 36.72%
G = 51.04%
B = 12.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#9FDD35 (or 0x9FDD35) is known color: Atlantis. HEX triplet: 9F, DD and 35. RGB value is (159,221,53). Sum of RGB (Red+Green+Blue) = 159+221+53=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD35 is #6022CA. Grayscale: #B7B7B7. Windows color (decimal): -6300363 or 3530143. OLE color: 3530143.

HSL color Cylindrical-coordinate representation of color #9FDD35: hue angle of 82.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FDD35 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 53 -
CMYK 0.28 0 0.76 0.13
HSL 82.14º 0.71% 0.54% -
HSV(B) 82.14º 0.76% 0.87% -
XYZ 40.8 59.34 12.67 -
YUV 183.31 54.46 110.66 -
System Red Green Blue C M Y K H S L
Decimal 159 221 53 0.28 0 0.76 0.13 82.14 0.71 0.54
Hex 9F DD 35 1C 0 4C D 52 47 36
Octal 237 335 65 34 0 114 15 122 107 66
Binary 10011111 11011101 110101 11100 0 1001100 1101 1010010 1000111 110110

Color Harmonies of #9FDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD35

Black with #9FDD35

Text Example


Text Example

White with #9FDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,53); }

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

background-color css

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

 a { background-color: rgb(159,221,53); }

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

border-color css

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

 span { border-color: rgb(159,221,53); }

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