Html Css Color HEX #9FDB32 Atlantis

📋 copy color: '#9FDB32'

red 159 ◦ green 219 ◦ blue 50

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

Shades of Atlantis #9FDB32

Tints of Atlantis #9FDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.17%

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

R = 37.15%
G = 51.17%
B = 11.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#9FDB32 (or 0x9FDB32) is known color: Atlantis. HEX triplet: 9F, DB and 32. RGB value is (159,219,50). Sum of RGB (Red+Green+Blue) = 159+219+50=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDB32 is #6024CD. Grayscale: #B6B6B6. Windows color (decimal): -6300878 or 3333023. OLE color: 3333023.

HSL color Cylindrical-coordinate representation of color #9FDB32: hue angle of 81.3º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FDB32 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 50 -
CMYK 0.27 0 0.77 0.14
HSL 81.3º 0.7% 0.53% -
HSV(B) 81.3º 0.77% 0.86% -
XYZ 40.21 58.26 12.14 -
YUV 181.79 53.62 111.74 -
System Red Green Blue C M Y K H S L
Decimal 159 219 50 0.27 0 0.77 0.14 81.3 0.7 0.53
Hex 9F DB 32 1B 0 4D E 51 46 35
Octal 237 333 62 33 0 115 16 121 106 65
Binary 10011111 11011011 110010 11011 0 1001101 1110 1010001 1000110 110101

Color Harmonies of #9FDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB32

Black with #9FDB32

Text Example


Text Example

White with #9FDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,50); }

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

background-color css

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

 a { background-color: rgb(159,219,50); }

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

border-color css

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

 span { border-color: rgb(159,219,50); }

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