Html Css Color HEX #9FDF50 Conifer

📋 copy color: '#9FDF50'

red 159 ◦ green 223 ◦ blue 80

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

Shades of Conifer #9FDF50

Tints of Conifer #9FDF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 34.42%
G = 48.27%
B = 17.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#9FDF50 (or 0x9FDF50) is known color: Conifer. HEX triplet: 9F, DF and 50. RGB value is (159,223,80). Sum of RGB (Red+Green+Blue) = 159+223+80=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF50 is #6020AF. Grayscale: #BCBCBC. Windows color (decimal): -6299824 or 5300127. OLE color: 5300127.

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

Color convert

RGB 159 223 80 -
CMYK 0.29 0 0.64 0.13
HSL 86.85º 0.69% 0.59% -
HSV(B) 86.85º 0.64% 0.87% -
XYZ 42.13 60.73 17.09 -
YUV 187.56 67.3 107.63 -
System Red Green Blue C M Y K H S L
Decimal 159 223 80 0.29 0 0.64 0.13 86.85 0.69 0.59
Hex 9F DF 50 1D 0 40 D 57 45 3B
Octal 237 337 120 35 0 100 15 127 105 73
Binary 10011111 11011111 1010000 11101 0 1000000 1101 1010111 1000101 111011

Color Harmonies of #9FDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF50

Black with #9FDF50

Text Example


Text Example

White with #9FDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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