Html Css Color HEX #9FDF65 Conifer

📋 copy color: '#9FDF65'

red 159 ◦ green 223 ◦ blue 101

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

Shades of Conifer #9FDF65

Tints of Conifer #9FDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 32.92%
G = 46.17%
B = 20.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#9FDF65 (or 0x9FDF65) is known color: Conifer. HEX triplet: 9F, DF and 65. RGB value is (159,223,101). Sum of RGB (Red+Green+Blue) = 159+223+101=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF65 is #60209A. Grayscale: #BEBEBE. Windows color (decimal): -6299803 or 6676383. OLE color: 6676383.

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

Color convert

RGB 159 223 101 -
CMYK 0.29 0 0.55 0.13
HSL 91.48º 0.66% 0.64% -
HSV(B) 91.48º 0.55% 0.87% -
XYZ 43.03 61.09 21.83 -
YUV 189.96 77.8 105.92 -
System Red Green Blue C M Y K H S L
Decimal 159 223 101 0.29 0 0.55 0.13 91.48 0.66 0.64
Hex 9F DF 65 1D 0 37 D 5B 42 40
Octal 237 337 145 35 0 67 15 133 102 100
Binary 10011111 11011111 1100101 11101 0 110111 1101 1011011 1000010 1000000

Color Harmonies of #9FDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF65

Black with #9FDF65

Text Example


Text Example

White with #9FDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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