Html Css Color HEX #9FDC53 Conifer

📋 copy color: '#9FDC53'

red 159 ◦ green 220 ◦ blue 83

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

Shades of Conifer #9FDC53

Tints of Conifer #9FDC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 83 (32.81% from 255) = 17.97%

R = 34.42%
G = 47.62%
B = 17.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#9FDC53 (or 0x9FDC53) is known color: Conifer. HEX triplet: 9F, DC and 53. RGB value is (159,220,83). Sum of RGB (Red+Green+Blue) = 159+220+83=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC53 is #6023AC. Grayscale: #BABABA. Windows color (decimal): -6300589 or 5495967. OLE color: 5495967.

HSL color Cylindrical-coordinate representation of color #9FDC53: hue angle of 86.72º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FDC53 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 83 -
CMYK 0.28 0 0.62 0.14
HSL 86.72º 0.66% 0.59% -
HSV(B) 86.72º 0.62% 0.86% -
XYZ 41.45 59.18 17.42 -
YUV 186.14 69.79 108.64 -
System Red Green Blue C M Y K H S L
Decimal 159 220 83 0.28 0 0.62 0.14 86.72 0.66 0.59
Hex 9F DC 53 1C 0 3E E 57 42 3B
Octal 237 334 123 34 0 76 16 127 102 73
Binary 10011111 11011100 1010011 11100 0 111110 1110 1010111 1000010 111011

Color Harmonies of #9FDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC53

Black with #9FDC53

Text Example


Text Example

White with #9FDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,83); }

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

background-color css

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

 a { background-color: rgb(159,220,83); }

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

border-color css

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

 span { border-color: rgb(159,220,83); }

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