Html Css Color HEX #9FDD41 Atlantis

📋 copy color: '#9FDD41'

red 159 ◦ green 221 ◦ blue 65

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

Shades of Atlantis #9FDD41

Tints of Atlantis #9FDD41

RGB

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

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

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

R = 35.73%
G = 49.66%
B = 14.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9FDD41 (or 0x9FDD41) is known color: Atlantis. HEX triplet: 9F, DD and 41. RGB value is (159,221,65). Sum of RGB (Red+Green+Blue) = 159+221+65=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD41 is #6022BE. Grayscale: #B9B9B9. Windows color (decimal): -6300351 or 4316575. OLE color: 4316575.

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

Color convert

RGB 159 221 65 -
CMYK 0.28 0 0.71 0.13
HSL 83.85º 0.7% 0.56% -
HSV(B) 83.85º 0.71% 0.87% -
XYZ 41.11 59.47 14.31 -
YUV 184.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 159 221 65 0.28 0 0.71 0.13 83.85 0.7 0.56
Hex 9F DD 41 1C 0 47 D 54 46 38
Octal 237 335 101 34 0 107 15 124 106 70
Binary 10011111 11011101 1000001 11100 0 1000111 1101 1010100 1000110 111000

Color Harmonies of #9FDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD41

Black with #9FDD41

Text Example


Text Example

White with #9FDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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