Html Css Color HEX #9FDF38 Atlantis

📋 copy color: '#9FDF38'

red 159 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #9FDF38

Tints of Atlantis #9FDF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.91%

 BLUE value IS 56 (22.27% from 255) = 12.79%

R = 36.3%
G = 50.91%
B = 12.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#9FDF38 (or 0x9FDF38) is known color: Atlantis. HEX triplet: 9F, DF and 38. RGB value is (159,223,56). Sum of RGB (Red+Green+Blue) = 159+223+56=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF38 is #6020C7. Grayscale: #B9B9B9. Windows color (decimal): -6299848 or 3727263. OLE color: 3727263.

HSL color Cylindrical-coordinate representation of color #9FDF38: hue angle of 82.99º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FDF38 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 56 -
CMYK 0.29 0 0.75 0.13
HSL 82.99º 0.72% 0.55% -
HSV(B) 82.99º 0.75% 0.87% -
XYZ 41.4 60.43 13.22 -
YUV 184.83 55.3 109.58 -
System Red Green Blue C M Y K H S L
Decimal 159 223 56 0.29 0 0.75 0.13 82.99 0.72 0.55
Hex 9F DF 38 1D 0 4B D 53 48 37
Octal 237 337 70 35 0 113 15 123 110 67
Binary 10011111 11011111 111000 11101 0 1001011 1101 1010011 1001000 110111

Color Harmonies of #9FDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF38

Black with #9FDF38

Text Example


Text Example

White with #9FDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,56); }

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

background-color css

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

 a { background-color: rgb(159,223,56); }

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

border-color css

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

 span { border-color: rgb(159,223,56); }

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